SpreadJS Documentation
RangeGroupInfo Constructor
The owner of the group.
The start index of the group.
The end index of the group.
The level of the group.
Represents the range grouping information.
Syntax
var instance = new GcSpread.Sheets.RangeGroupInfo(model, start, end, level);
function RangeGroupInfo( 
   model : RangeGroup,
   start : number,
   end : number,
   level : number
) : RangeGroupInfo;

Parameters

model
The owner of the group.
start
The start index of the group.
end
The end index of the group.
level
The level of the group.
See Also

Reference

RangeGroupInfo type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.