SpreadJS Documentation
getRowIndexes Method
GC.Spread.Slicers Namespace > GeneralSlicerData type : getRowIndexes Method
The column name.
The index of the exclusive data.
Gets the data indexes by the specified column name and exclusive data index.
Syntax
var instance = new GC.Spread.Slicers.GeneralSlicerData(data, columnNames);
var value; // Type: Array
value = instance.getRowIndexes(columnName, exclusiveRowIndex);
function getRowIndexes( 
   columnName : string,
   exclusiveRowIndex : number
) : Array;

Parameters

columnName
The column name.
exclusiveRowIndex
The index of the exclusive data.

Return Value

The data indexes that correspond to the specified column name and exclusive data index.
See Also

Reference

GeneralSlicerData type