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

Parameters

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

Reference

RangeGroupInfo type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.