var instance = new GC.Spread.Sheets.Outlines.Outline(count); var value; // Type: boolean value = instance.getCollapsed(index);
function getCollapsed( index : number ) : boolean;
Parameters
- index
- The index.
Return Value
true
if collapsed; otherwise, false
.