SpreadJS Documentation
getCheckStatus Method
GC.Spread.Sheets.OutlineColumn Namespace > OutlineColumn type : getCheckStatus Method
The index of the row.
Gets the check status of the row or all rows.
Syntax
var instance = new GC.Spread.Sheets.OutlineColumn.OutlineColumn(sheet);
var value; // Type: any
value = instance.getCheckStatus(row);
function getCheckStatus( 
   row : number
) : any;

Parameters

row
The index of the row.

Return Value

If row is undefined, returns all row's check status; otherwise, returns the check status of the row.
See Also

Reference

OutlineColumn type