RowsColumnsChangingEventArgsBase Class
Serves as the base for classes which provide data for the events which occur on inserting or removing rows and columns via the SpreadsheetControl‘s UI.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Remarks
The SpreadsheetControl class provides events that occur before rows or columns in a worksheet are inserted or removed (SpreadsheetControl.RowsInserting, SpreadsheetControl.ColumnsInserting, SpreadsheetControl.RowsRemoving and SpreadsheetControl.ColumnsRemoving).
The RowsColumnsChangingEventArgsBase
class is the base for arguments of these events. It introduces properties to determine the number of rows/columns that should be inserted or removed (RowsColumnsChangingEventArgsBase.Count) and the index of the first row/column after which new rows/columns will be inserted or removed (RowsColumnsChangingEventArgsBase.StartIndex).