Skip to main content
Row

ColumnCollection.LastUsedIndex Property

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v25.1.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 column.

See Also