Back to Devexpress

ISpreadsheetComponent.ColumnsInserting Event

officefileapi-devexpress-dot-spreadsheet-dot-ispreadsheetcomponent-3be9baa9.md

latest2.1 KB
Original Source

ISpreadsheetComponent.ColumnsInserting Event

Occurs when new columns are about to be inserted into a worksheet.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
event ColumnsChangingEventHandler ColumnsInserting
vb
Event ColumnsInserting As ColumnsChangingEventHandler

Event Data

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

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
CountGets the number of rows/columns that will be inserted or removed. Inherited from RowsColumnsChangingEventArgsBase.
StartIndexGets the index of the first row/column after which rows/columns will be inserted or removed. Inherited from RowsColumnsChangingEventArgsBase.

See Also

ISpreadsheetComponent Interface

ISpreadsheetComponent Members

DevExpress.Spreadsheet Namespace