Back to Devexpress

RowsColumnsChangingEventArgsBase Class

officefileapi-devexpress-dot-spreadsheet-39798bf9.md

latest2.8 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public abstract class RowsColumnsChangingEventArgsBase :
    SheetCancelEventArgsBase
vb
Public MustInherit Class RowsColumnsChangingEventArgsBase
    Inherits SheetCancelEventArgsBase

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).

Inheritance

Object EventArgs CancelEventArgs DevExpress.Spreadsheet.SheetCancelEventArgsBase RowsColumnsChangingEventArgsBase ColumnsChangingEventArgs

RowsChangingEventArgs

See Also

RowsColumnsChangingEventArgsBase Members

DevExpress.Spreadsheet Namespace