//This example uses the ColumnWidthChanging event. activeSheet.bind(GC.Spread.Sheets.Events.ColumnWidthChanging, function (e, info) { alert("Column (" + info.colList + ")"); });
//This example uses the ColumnWidthChanging event. activeSheet.bind(GC.Spread.Sheets.Events.ColumnWidthChanging, function (e, info) { alert("Column (" + info.colList + ")"); });
Object
GC.Spread.Sheets.Events.ColumnWidthChanging