Spread.Sheets Documentation
getSortState Method
The column index.
Gets the current sort state.
Syntax
var instance = new GC.Spread.Sheets.Filter.RowFilterBase(range);
var value; // Type: SortState
value = instance.getSortState(col);
function getSortState( 
   col : number
) : SortState;

Parameters

col
The column index.

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.