Gets the
IRange with the specified range.
'Declaration
Overloads ReadOnly Property Item( _
ByVal As Reference _
) As IRange
'Usage
Dim instance As IRange
Dim range As Reference
Dim value As IRange
value = instance.Item(range)
Parameters
- range
- The selected range.
Property Value
An
IRange object which provide access to cell values, formulas, formatting...