[]
Collection of CellRange objects.
public class CellRangeCollection : IEnumerable
Name | Description |
---|---|
CellRangeCollection(C1FlexGrid) | Initializes a new instance of a CellRangeCollection. |
Name | Description |
---|---|
Count | Gets the number of CellRange objects in the collection. |
this[int] | Gets or sets the CellRange object at a specified index. |
Name | Description |
---|---|
Add(CellRange) | Adds a new CellRange object to the collection. |
Add(CellRange, bool) | Adds a new CellRange object to the collection, optionally removing other overlapping ranges from the collection. |
Add(int, int, int, int) | Adds a new CellRange object to the collection. |
Add(int, int, int, int, bool) | Adds a new CellRange object to the collection, optionally removing other overlapping ranges from the collection. |
Clear() | Removes all objects from the collection. |
Contains(CellRange) | Determines whether a CellRange object is a member of the collection. |
IndexOf(CellRange) | Gets the index of a CellRange object in the collection. |
IndexOf(int, int) | Gets the index of the first CellRange object in the collection that contains the specified row and column. |
Insert(int, CellRange) | Inserts a CellRange object in the collection at a specified index. |
Remove(CellRange) | Removes a CellRange object from the collection. |
RemoveAt(int) | Removed the object at a specified index from the collection. |