Spread.Sheets Documentation
setCheckStatus Method
GC.Spread.Sheets.OutlineColumn Namespace > OutlineColumn type : setCheckStatus Method
The index of the row.
The check status of the row.
Sets the check status of the row.
Syntax
var instance = new GC.Spread.Sheets.OutlineColumn.OutlineColumn(sheet);
var value; // Type: any
value = instance.setCheckStatus(row, checkStatus);
function setCheckStatus( 
   row : number,
   checkStatus : boolean
) : any;

Parameters

row
The index of the row.
checkStatus
The check status of the row.
See Also

Reference

OutlineColumn type