var instance; // Type: Events instance.RangeChanged = function(sheet, sheetName, row, col, rowCount, colCount, tableNames, changedCells, action, isUndo) { };
RangeChanged = function ( sheet : Worksheet, sheetName : string, row : number, col : number, rowCount : number, colCount : number, tableNames : undefined, changedCells : undefined, action : RangeChangedAction, isUndo : boolean ) { };
パラメータ
- sheet
- イベントを発生させたシート。
- sheetName
- シートの名前。
- row
- 範囲の行インデックス。
- col
- 範囲の列インデックス。
- rowCount
- 範囲の行数。
- colCount
- 範囲の列数。
- tableNames
- テーブル名のコレクション。
- changedCells
- データが変更されたセルの位置。各位置は行と列を持ちます。
- action
- RangeChangedイベントを発生させたアクションのタイプ。
- isUndo
- このイベントが「元に戻す」操作によって発生したかどうか。