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

ColumnsChangedEventArgs.StartIndex Property

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

Namespace: DevExpress.Spreadsheet

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

Declaration

public int StartIndex { get; }

Property Value

Type Description
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