Class CellRangeInsertedOrRemovedAwareOrderedCollection
Represents cell range inserted or removed aware ordered collection.
Inheritance
System.Object
CellRangeInsertedOrRemovedAwareOrderedCollection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 CellRangeInsertedOrRemovedAwareOrderedCollection class.
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.Collections.Generic.ICollection<CellRange>
The cell ranges. |
Overrides
RangesList
Gets the ranges list.
Declaration
protected List<CellRange> RangesList { get; }
Property Value
System.Collections.Generic.List<CellRange>
The ranges list. |
Methods
Insert(Int32, CellRange)
Inserts the specified index.
Declaration
protected virtual void Insert(int index, CellRange range)
Parameters
System.Int32
index
The index. |
CellRange
range
The range. |
RemoveCellRangeAt(Int32)
Removes the cell range at.
Declaration
protected virtual void RemoveCellRangeAt(int index)
Parameters
System.Int32
index
The index. |