GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Item Property / Item(Reference) Property
The selected range.


In This Topic
Item(Reference) Property
In This Topic
Gets the IRange with the specified range.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal range 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...
See Also