Skip to main content
Row

RowCollection.LastUsedIndex Property

Gets the index of the last edited row on a worksheet.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

[Browsable(false)]
int LastUsedIndex { get; }

Property Value

Type Description
Int32

A zero-based integer representing the index of the last modified row on a worksheet.

See Also