Class CellRangeInsertedOrRemovedEventArgs
Arguments for the CellRangeInsertedOrRemoved event.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class CellRangeInsertedOrRemovedEventArgs : EventArgs
Constructors
CellRangeInsertedOrRemovedEventArgs(CellRange, RangeType, Boolean)
Initializes a new instance of the CellRangeInsertedOrRemovedEventArgs class.
Declaration
public CellRangeInsertedOrRemovedEventArgs(CellRange range, RangeType rangeType, bool isRemove)
Parameters
CellRange
range
The range. |
RangeType
rangeType
Type of the range. |
System.Boolean
isRemove
The value indicating whether the type of change is remove. |
Properties
AffectedRange
Gets the affected range.
Declaration
public CellRange AffectedRange { get; }
Property Value
CellRange
The affected range. |
IsRemove
Gets a value indicating whether the type of change is remove.
Declaration
public bool IsRemove { get; }
Property Value
System.Boolean
The value indicating whether the type of change is remove. |
Range
RangeType
Gets the type of the range.
Declaration
public RangeType RangeType { get; }
Property Value
RangeType
The type of the range. |