C1.Win.C1FlexGrid Namespace : CellRangeCollection Class |
The following tables list the members exposed by CellRangeCollection.
Name | Description | |
---|---|---|
CellRangeCollection Constructor | Initializes a new instance of a CellRangeCollection. |
Name | Description | |
---|---|---|
Count | Gets the number of CellRange objects in the collection. | |
Item | Gets or sets the CellRange object at a specified index. |
Name | Description | |
---|---|---|
Add | Overloaded. Adds a new CellRange object to the collection. | |
Clear | Removes all objects from the collection. | |
Contains | Determines whether a CellRange object is a member of the collection. | |
IndexOf | Overloaded. Gets the index of a CellRange object in the collection. | |
Insert | Inserts a CellRange object in the collection at a specified index. | |
Remove | Removes a CellRange object from the collection. | |
RemoveAt | Removed the object at a specified index from the collection. |