ISpreadsheetComponent.ColumnsRemoving Event
In This Article
Occurs when columns are about to be deleted from a worksheet.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Event Data
The ColumnsRemoving event's data class is ColumnsChangingEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Cancel |
Gets or sets a value indicating whether the event should be canceled.
Inherited from Cancel |
Count |
Gets the number of rows/columns that will be inserted or removed.
Inherited from Rows |
Start |
Gets the index of the first row/column after which rows/columns will be inserted or removed.
Inherited from Rows |
See Also