var instance; // Type: Events instance.SheetChanging = function(sheetName, propertyName, sheetIndex, oldValue, newValue, cancel) { };
SheetChanging = function ( sheetName : string, propertyName : string, sheetIndex : number, oldValue : boolean, newValue : boolean, cancel : boolean ) { };
パラメータ
- sheetName
- シートの名前。
- propertyName
- 特定の操作の名前。
- sheetIndex
- シートの位置を変更します。
- oldValue
- : シートは前の属性(isVisible、isSelected ...)の値を変更します。
- newValue
- : シートは属性(isVisible、isSelected ...)の値を変更します。
- cancel
- 現在の操作をキャンセルします。