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

RowCollection.LastUsedIndex Property

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

Namespace: DevExpress.Spreadsheet

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

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