SpreadJS Documentation
isGroupEnd Method
The index.
The next index.
The process level.
Determines whether the specified index is the end of the group.
Syntax
var instance = new GcSpread.Sheets.RangeGroup(count);
var value; // Type: boolean
value = instance.isGroupEnd(index, indexNext, processLevel);
function isGroupEnd( 
   index : number,
   indexNext : number,
   processLevel : number
) : boolean;

Parameters

index
The index.
indexNext
The next index.
processLevel
The process level.

Return Value

true if the specfied index is the end of the group; otherwise, false.
See Also

Reference

RangeGroup type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.