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.