Back to Devexpress

Workbook.RowHeightChanged Event

officefileapi-devexpress-dot-spreadsheet-dot-workbook-1b3927eb.md

latest2.1 KB
Original Source

Workbook.RowHeightChanged Event

Occurs after the row height was changed.

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this event in production code.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public event RowHeightChangedEventHandler RowHeightChanged
vb
Public 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.

Remarks

The Workbook.RowHeightChanged event fires only if the Workbook.Options.Events.RaiseOnModificationsViaAPI property is true.

Implements

RowHeightChanged

See Also

ColumnWidthChanged

How to: Specify Row Height or Column Width

Workbook Class

Workbook Members

DevExpress.Spreadsheet Namespace