Skip to main content
All docs
V25.1
  • Row

    RowHeightChangedEventArgs(String, Int32) Constructor

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

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public RowHeightChangedEventArgs(
        string sheetName,
        int index
    )

    Parameters

    Name Type Description
    sheetName String

    A name of the worksheet that contains the modified row.

    index Int32

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

    Remarks

    The RowHeightChangedEventArgs class instance is created automatically and passed to the SpreadsheetControl.RowHeightChanged event handler.

    See Also