Back to Devexpress

RowHeightChangedEventArgs.Index Property

officefileapi-devexpress-dot-spreadsheet-dot-rowheightchangedeventargs.md

latest1.1 KB
Original Source

RowHeightChangedEventArgs.Index Property

Returns the index of the row whose height was changed.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public int Index { get; }
vb
Public ReadOnly Property Index As Integer

Property Value

TypeDescription
Int32

A zero-based row index.

|

See Also

RowHeightChangedEventArgs Class

RowHeightChangedEventArgs Members

DevExpress.Spreadsheet Namespace