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

ColumnCollection.LastUsedIndex Property

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

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