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

RowHeightChangedEventArgs.Index Property

Returns the index of the row whose height was changed.

Namespace: DevExpress.Spreadsheet

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

Declaration

public int Index { get; }

Property Value

Type Description
Int32

A zero-based row index.

See Also