A list-backed collection of cell ranges that preserves insertion order and updates ranges when worksheet structure changes.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public abstract class CellRangeInsertedOrRemovedAwareOrderedCollection : CellRangeInsertedOrRemovedAwareCollectionBase
Inheritance: objectCellRangeInsertedOrRemovedAwareCollectionBaseCellRangeInsertedOrRemovedAwareOrderedCollection
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the CellRangeInsertedOrRemovedAwareOrderedCollection class.
C#
protected CellRangeInsertedOrRemovedAwareOrderedCollection(Cells cells)
The cells.
Methods
Removes the cell range at the specified index from the ordered list.
Properties
Gets the cell ranges.
C#
protected override ICollection<CellRange> CellRanges { get; }
The cell ranges.
Overrides:
Gets the ranges list.
C#
protected List<CellRange> RangesList { get; }
The ranges list.