RangeCollection

RangeCollection class

Encapsulates a collection of Range objects.

Properties

NameTypeDescription
Countint
Item (int)RangeGets the Range element at the specified index.

Methods

NameDescription
addAdds a Range item to the collection.
addRange
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
indexOfReserved 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.

ParameterTypeDescription
rangeRangeRange 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.