| GC.Spread.Sheets 名前空間 > Events タイプ : SelectionChanging イベント |
| Javascript (Usage) | |
|---|---|
var instance; // Type: Events instance.SelectionChanging = function(sheet, sheetName, oldSelections, newSelections) { }; | |
| Javascript (Specification) | |
|---|---|
SelectionChanging = function ( sheet : Worksheet, sheetName : string, oldSelections : undefined, newSelections : undefined ) { }; | |
activeSheet.bind(GC.Spread.Sheets.Events.SelectionChanging, function (e, info) { //Use IE to see console console.log("Name (" + info.sheetName + ")"); });