Spread Windows Forms 17
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.


In This Topic
    Item(String) Property
    In This Topic
    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