Spread Windows Forms 12.0 Product Documentation
Item(String) Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface > Item Property : Item(String) Property
A System.String value represents the reference of the specified cell range.
Gets the IRange with the specified reference.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal reference As String _
) As IRange
'Usage
 
Dim instance As IRange
Dim reference As String
Dim value As IRange
 
value = instance.Item(reference)
IRange Item( 
   string reference
) {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...
See Also

Reference

IRange Interface
IRange Members
Overload List