ClassCellRangeInsertedOrRemovedEventArgs
Event arguments describing a cell range insert or remove operation, including the affected range and operation type.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class CellRangeInsertedOrRemovedEventArgs : EventArgs
Inheritance: objectEventArgsCellRangeInsertedOrRemovedEventArgs
Inherited Members
Constructors
CellRangeInsertedOrRemovedEventArgs(CellRange, RangeType, bool)
Initializes a new instance of the CellRangeInsertedOrRemovedEventArgs class.
Properties
AffectedRange
Gets the full range of cells affected by the insert or remove operation, including cells beyond the operation range.
Declaration
public CellRange AffectedRange { get; }
Property Value
The affected range.
IsRemove
Gets whether the operation is a remove (true) or insert (false).
Declaration
public bool IsRemove { get; }
Property Value
The value indicating whether the type of change is remove.
Range
Gets the range where the insert or remove operation was applied.