SpreadJS Documentation
getState Method
Gets the state of this outline (range group).
Syntax
var instance = new GcSpread.Sheets.RangeGroupInfo(model, start, end, level);
var value; // Type: GroupState
value = instance.getState();
function getState() : GroupState;

Return Value

The state of this outline (range group).
See Also

Reference

RangeGroupInfo type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.