Spread.Sheets Documentation
state Method
The state of this outline (range group).
Gets or sets the state of this outline (range group).
Syntax
var instance = new GC.Spread.Sheets.Outlines.OutlineInfo(model, start, end, level);
var returnValue; // Type: OutlineState
returnValue = instance.state(value);
function state( 
   value : OutlineState
) : OutlineState;

Parameters

value
The state of this outline (range group).

Return Value

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

Reference

OutlineInfo type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.