GcSpread.Sheets Namespace > RangeGroup type : isGroupEnd Method |
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;
true
if the specfied index is the end of the group; otherwise, false
.