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 Cell
Declaration
public CellRangeInsertedOrRemovedEventArgs(CellRange range, RangeType rangeType, bool isRemove)
Parameters
Properties
AffectedRange
Gets the affected range.
Declaration
public CellRange AffectedRange { get; }
Property Value
Cell The affected range. |
IsRemove
Gets a value indicating whether the type of change is remove.
Declaration
public bool IsRemove { get; }
Property Value
System. 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
Range The type of the range. |