RangeCollection
Contents
[
Hide
]RangeCollection class
Encapsulates a collection of Range objects.
Methods
| Name | Description |
|---|---|
| add(range) | Adds a Range item to the collection. |
| addRange() | |
| clear() | |
| contains() | Reserved for internal use. |
| get(index) | Gets the Range element at the specified index. |
| get() | Reserved for internal use. |
| getCount() | |
| indexOf() | Reserved for internal use. |
| iterator() | |
| removeAt() |
add(range)
Adds a Range item to the collection.
| Parameter | Type | Description |
|---|---|---|
| range | Range | Range object |
Returns: Number — Number
addRange()
clear()
contains()
Reserved for internal use.
get(index)
Gets the Range element at the specified index.
| Parameter | Type | Description |
|---|---|---|
| index | Number | The zero based index of the element. |
Returns: Range — Range The element at the specified index.
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.