ISpreadsheetComponent.RowHeightChanged Event
In This Article
Occurs after the row height was changed.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.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