Skip to main content
All docs
V25.1
  • Row

    ISpreadsheetComponent.RowHeightChanged Event

    Occurs after the row height was changed.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    event RowHeightChangedEventHandler RowHeightChanged

    Event Data

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

    Property Description
    Index Returns the index of the row whose height was changed.
    See Also