Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ISpreadsheetComponent.RowHeightChanged Event

Occurs after the row height was changed.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

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