var instance = new GC.Spread.Slicers.GeneralSlicerData(data, columnNames); var value; // Type: Array value = instance.getRowIndexes(columnName, exclusiveRowIndex);
function getRowIndexes( columnName : string, exclusiveRowIndex : number ) : Array;
パラメータ
- columnName
- 列名。
- exclusiveRowIndex
- 排他的データのインデックス。
戻り値の型
指定した列名と排他的データのインデックスに対応するデータインデックス。