Skip to main content
Row

ColumnWidthChangedEventArgs(String, Int32) Constructor

Initializes a new instance of the ColumnWidthChangedEventArgs class with the specified settings.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public ColumnWidthChangedEventArgs(
    string sheetName,
    int index
)

Parameters

Name Type Description
sheetName String

A name of the worksheet that contains the modified column.

index Int32

A zero-based index of the column whose width was changed.

Remarks

The ColumnWidthChangedEventArgs class instance is created automatically and passed to the SpreadsheetControl.ColumnWidthChanged event handler.

See Also