Class CellRangeInsertedOrRemovedAwareOrderedCollection
Represents cell range inserted or removed aware ordered collection.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class CellRangeInsertedOrRemovedAwareOrderedCollection : CellRangeInsertedOrRemovedAwareCollectionBase
Constructors
CellRangeInsertedOrRemovedAwareOrderedCollection(Cells)
Initializes a new instance of the Cell
Declaration
protected CellRangeInsertedOrRemovedAwareOrderedCollection(Cells cells)
Parameters
Cells
cells
The cells. |
Properties
CellRanges
Gets the cell ranges.
Declaration
protected override ICollection<CellRange> CellRanges { get; }
Property Value
System. The cell ranges. |
Overrides
RangesList
Gets the ranges list.
Declaration
protected List<CellRange> RangesList { get; }
Property Value
System. The ranges list. |
Methods
Insert(Int32, CellRange)
Inserts the specified index.
Declaration
protected virtual void Insert(int index, CellRange range)
Parameters
System. The index. |
Cell The range. |
RemoveCellRangeAt(Int32)
Removes the cell range at.
Declaration
protected virtual void RemoveCellRangeAt(int index)
Parameters
System. The index. |
TranslateRange(CellRange, CellRange)
Translates the range.
Declaration
protected override void TranslateRange(CellRange oldRange, CellRange newRange)