Spread.Sheets Documentation
isGroupEnd Method
The index.
The process level.
Determines whether the specified index is the end of the group.
Syntax
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.
See Also

Reference

Outline type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.