RangeCollection
Contents
[
Hide
]RangeCollection class
Encapsulates a collection of Range objects.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | Range | Gets the Range element at the specified index. |
Methods
| Name | Description |
|---|---|
| add | Adds a Range item to the collection. |
| addRange | |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| indexOf | Reserved for internal use. |
RangeCollection.Count property
Type: int
RangeCollection.Item (int) property
Gets the Range element at the specified index.
Type: Range
add(range)
Adds a Range item to the collection.
| Parameter | Type | Description |
|---|---|---|
| range | Range | Range object |
addRange(range)
clear()
removeAt(index)
iterator()
get(index)
Reserved for internal use.
contains(value)
Reserved for internal use.
indexOf(value)
Reserved for internal use.