Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Conditional Namespace / ConditionalObject Class / GetReference Method
An integer value indicates the reference index.


In This Topic
    GetReference Method (ConditionalObject)
    In This Topic
    Gets the range reference at the specified index.
    Syntax
    'Declaration
     
    
    Public Function GetReference( _
       ByVal index As Integer _
    ) As Reference
    'Usage
     
    
    Dim instance As ConditionalObject
    Dim index As Integer
    Dim value As Reference
     
    value = instance.GetReference(index)
    public Reference GetReference( 
       int index
    )

    Parameters

    index
    An integer value indicates the reference index.

    Return Value

    A GrapeCity.Spreadsheet.Reference value represents the reference at the specified index.
    See Also