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

Parameters

columnName
The column name.
rowIndex
The index of the data.

Return Value

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

Reference

GeneralSlicerData type