Back to Devexpress

ISpreadsheetComponent.RowsInserted Event

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

latest1.7 KB
Original Source

ISpreadsheetComponent.RowsInserted Event

Occurs after new rows have been added to a worksheet.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
event RowsInsertedEventHandler RowsInserted
vb
Event RowsInserted As RowsInsertedEventHandler

Event Data

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

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

See Also

ISpreadsheetComponent Interface

ISpreadsheetComponent Members

DevExpress.Spreadsheet Namespace