Gets the
IRange with the specified reference.
'Declaration
Overloads ReadOnly Property Item( _
ByVal As String _
) As IRange
'Usage
Dim instance As IRange
Dim reference As String
Dim value As IRange
value = instance.Item(reference)
IRange Item(
string
) {get;}
Parameters
- reference
- A System.String value represents the reference of the specified cell range.
Property Value
An
IRange object which provide access to cell values, formulas, formatting...