SpreadJS Documentation
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 GcSpread.Slicer.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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.