Back to Devexpress

ISpreadsheetComponent.ColumnsRemoved Event

officefileapi-devexpress-dot-spreadsheet-dot-ispreadsheetcomponent-9dc036b6.md

latest1.5 KB
Original Source

ISpreadsheetComponent.ColumnsRemoved Event

Occurs after columns have been deleted from a worksheet.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
event ColumnsRemovedEventHandler ColumnsRemoved
vb
Event ColumnsRemoved As ColumnsRemovedEventHandler

Event Data

The ColumnsRemoved event's data class is ColumnsChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
CountGets the number of columns inserted or removed.
StartIndexGets the index of the first column after which the columns are inserted or removed.

See Also

ISpreadsheetComponent Interface

ISpreadsheetComponent Members

DevExpress.Spreadsheet Namespace