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;
パラメータ
- columnName
- 列名。
- rowIndex
- データのインデックス。
戻り値の型
指定した列名とデータインデックスに対応する排他的データのインデックス。