Gets a single
IRange object from the collection.
'Declaration
ReadOnly Default Property Item( _
ByVal As Integer _
) As IRange
'Usage
Dim instance As IAreas
Dim index As Integer
Dim value As IRange
value = instance.Item(index)
Parameters
- index
- An integer value indicates the index number of the IRange object.
Property Value
The
IRange object at the specified index.