Skip to main content
Row

ISpreadsheetComponent.RowHeightChanged Event

Occurs after the row height was changed.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.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