Back to Devexpress

ColumnsChangedEventArgs.StartIndex Property

officefileapi-devexpress-dot-spreadsheet-dot-columnschangedeventargs-f431d763.md

latest1.5 KB
Original Source

ColumnsChangedEventArgs.StartIndex Property

Gets the index of the first column after which the columns are inserted or removed.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public int StartIndex { get; }
vb
Public ReadOnly Property StartIndex As Integer

Property Value

TypeDescription
Int32

An integer that is the index of a column from which insertion or removal starts.

|

Remarks

Handle the SpreadsheetControl.ColumnsInserted or the SpreadsheetControl.ColumnsRemoved event and use the StartIndex property to get the index of the column from which operations start.

See Also

ColumnsChangedEventArgs Class

ColumnsChangedEventArgs Members

DevExpress.Spreadsheet Namespace