Spread.Sheets Documentation
ColumnWidthChanged type
GC.Spread.Sheets.Events Namespace : ColumnWidthChanged type
Occurs when the column width has changed.
Example
//This example uses the ColumnWidthChanged event.
activeSheet.bind(GC.Spread.Sheets.Events.ColumnWidthChanged, function (e, info) {
        alert("Column (" + info.colList + ")");
});
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Events.ColumnWidthChanged

See Also

Reference

GC.Spread.Sheets.Events Namespace