Back to Devexpress

ColumnCollection.LastUsedIndex Property

officefileapi-devexpress-dot-spreadsheet-dot-columncollection-75440bf2.md

latest1.1 KB
Original Source

ColumnCollection.LastUsedIndex Property

Gets the index of the last edited column 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 column.

|

See Also

ColumnCollection Interface

ColumnCollection Members

DevExpress.Spreadsheet Namespace