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.