Back to Devexpress

RowCollection.LastUsedIndex Property

officefileapi-devexpress-dot-spreadsheet-dot-rowcollection-e400d698.md

latest1.1 KB
Original Source

RowCollection.LastUsedIndex Property

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
[Browsable(false)]
int LastUsedIndex { get; }
vb
<Browsable(False)>
ReadOnly Property LastUsedIndex As Integer

Property Value

TypeDescription
Int32

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

|

See Also

RowCollection Interface

RowCollection Members

DevExpress.Spreadsheet Namespace