var instance = new GC.Spread.Sheets.Outlines.Outline(count); var value; // Type: boolean value = instance.isCollapsed(index);
function isCollapsed( index : number ) : boolean;
Parameters
- index
- The index of the row or column in the range group.
Return Value
true
if the specified row or column is collapsed; otherwise, false
.