Back to Devexpress

ISpreadsheetComponent.RowHeightChanged Event

officefileapi-devexpress-dot-spreadsheet-dot-ispreadsheetcomponent-b79201d5.md

latest1.4 KB
Original Source

ISpreadsheetComponent.RowHeightChanged Event

Occurs after the row height was changed.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
event RowHeightChangedEventHandler RowHeightChanged
vb
Event RowHeightChanged As RowHeightChangedEventHandler

Event Data

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

PropertyDescription
IndexReturns the index of the row whose height was changed.

See Also

ISpreadsheetComponent Interface

ISpreadsheetComponent Members

DevExpress.Spreadsheet Namespace