A collection of cell ranges that automatically updates stored ranges when rows or columns are inserted or removed from the worksheet.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public abstract class CellRangeInsertedOrRemovedAwareCollection : CellRangeInsertedOrRemovedAwareCollectionBase, IEnumerable<CellRange>, IEnumerable
Inheritance: objectCellRangeInsertedOrRemovedAwareCollectionBaseCellRangeInsertedOrRemovedAwareCollection
Implements:
Inherited Members
Methods
Adds a cell range to the collection.
Returns an enumerator that iterates through the collection.
C#
public IEnumerator<CellRange> GetEnumerator()
A IEnumerator<T> that can be used to iterate through the collection.
Implements:
Removes a cell range from the collection.
Properties
Gets the cell ranges.
C#
protected override ICollection<CellRange> CellRanges { get; }
The cell ranges.
Overrides: