Back to Devexpress

ISpreadsheetComponent.ColumnsInserted Event

officefileapi-devexpress-dot-spreadsheet-dot-ispreadsheetcomponent-765d3ceb.md

latest1.5 KB
Original Source

ISpreadsheetComponent.ColumnsInserted Event

Occurs after new columns have been added to a worksheet.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
event ColumnsInsertedEventHandler ColumnsInserted
vb
Event ColumnsInserted As ColumnsInsertedEventHandler

Event Data

The ColumnsInserted 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