Skip to main content
Row

ColumnsChangedEventArgs.Count Property

Gets the number of columns inserted or removed.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An integer that is the number of affected columns.

Remarks

Handle the SpreadsheetControl.ColumnsInserted or the SpreadsheetControl.ColumnsRemoved event and use the Count property to determine the number of columns inserted or removed.

See Also