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.