SpreadJS Documentation
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 GcSpread.Sheets.TableSlicerData(table);
var value; // Type: number
value = instance.getExclusiveRowIndex(columnName, columnName2);
function getExclusiveRowIndex( 
   columnName : string,
   columnName2 : number
) : number;

Parameters

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

Return Value

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

Reference

TableSlicerData class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.