var instance = new GC.Spread.Sheets.OutlineColumn.OutlineColumn(sheet); var value; // Type: any value = instance.getCollapsed(row);
function getCollapsed( row : number ) : any;
Parameters
- row
- The index of the collapsed row.
Return Value
If row is undefined, returns all row's collapsed status; otherwise, returns the collapsed setting of the row.