SpreadJS Documentation
getSortState Method
Gets the current sort state.
Syntax
var instance = new GcSpread.Sheets.RowFilterBase(range);
var value; // Type: SortState
value = instance.getSortState();
function getSortState() : SortState;

Return Value

The sort state of the current filter.
See Also

Reference

RowFilterBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.