ISpreadsheetComponent.RowHeightChanged Event
Occurs after the row height was changed.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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