GC.Spread.Sheets Namespace > Events type : ColumnWidthChanging Event |
var instance; // Type: Events instance.ColumnWidthChanging = function(sheet, sheetName, colList, header, cancel) { };
activeSheet.bind(GC.Spread.Sheets.Events.ColumnWidthChanging, function (e, info) { alert("Column (" + info.colList + ")"); });