[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.CellRangeCollection

CellRangeCollection Class

Collection of CellRange objects.

Inheritance
CellRangeCollection
Implements
Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public class CellRangeCollection : IEnumerable

Constructors

Name Description
CellRangeCollection(C1FlexGrid)

Initializes a new instance of a CellRangeCollection.

Properties

Name Description
Count

Gets the number of CellRange objects in the collection.

this[int]

Gets or sets the CellRange object at a specified index.

Methods

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.