var instance = new GC.Spread.Sheets.Outlines.Outline(count); var value; // Type: boolean value = instance.isGroupEnd(index, processLevel);
function isGroupEnd( index : number, processLevel : number ) : boolean;
Parameters
- index
- The index.
- processLevel
- The process level.
Return Value
true
if the specfied index is the end of the group; otherwise, false
.