Back to Devexpress

SpreadsheetControl.RowsInserted Event

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetcontrol-b5d3b984.md

latest1.8 KB
Original Source

SpreadsheetControl.RowsInserted Event

Occurs after new rows have been added to a worksheet.

Namespace : DevExpress.Xpf.Spreadsheet

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

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public event RowsInsertedEventHandler RowsInserted
vb
Public 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.

Remarks

Handle the RowsInserted event to perform specific actions each time an end-user inserts new rows into a worksheet via the control’s UI.

See Also

SpreadsheetControl Class

SpreadsheetControl Members

DevExpress.Xpf.Spreadsheet Namespace