SpreadJS Documentation
sortState Method
The sort state of the item slicer.
Gets or sets the sort state of the item slicer.
Syntax
var instance = new GcSpread.Sheets.ItemSlicer();
var returnValue; // Type: SortState
returnValue = instance.sortState(value);
function sortState( 
   value : SortState
) : SortState;

Parameters

value
The sort state of the item slicer.

Return Value

The sort state of the item slicer.
See Also

Reference

ItemSlicer type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.