ColumnsChangedEventArgs.Count Property
Gets the number of columns inserted or removed.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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