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

Parameters

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

Return Value

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

Reference

GeneralSlicerData type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.