Back to Devexpress

Workbook.ColumnWidthChanged Event

officefileapi-devexpress-dot-spreadsheet-dot-workbook-4d3db7ea.md

latest2.1 KB
Original Source

Workbook.ColumnWidthChanged Event

Occurs after the column width was changed.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this event in production code.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public event ColumnWidthChangedEventHandler ColumnWidthChanged
vb
Public Event ColumnWidthChanged As ColumnWidthChangedEventHandler

Event Data

The ColumnWidthChanged event's data class is ColumnWidthChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
IndexReturns the index of the column whose width was changed.

Remarks

The Workbook.ColumnWidthChanged event fires only if the Workbook.Options.Events.RaiseOnModificationsViaAPI property is true.

Implements

ColumnWidthChanged

See Also

RowHeightChanged

How to: Specify Row Height or Column Width

Workbook Class

Workbook Members

DevExpress.Spreadsheet Namespace