Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / MultiRangeCommand Class / Item Property


In This Topic
    Item Property (MultiRangeCommand)
    In This Topic
    Gets the GrapeCity.Spreadsheet.Reference object at specified index
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As Reference
    'Usage
     
    
    Dim instance As MultiRangeCommand
    Dim index As Integer
    Dim value As Reference
     
    value = instance.Item(index)
    public Reference this[ 
       int index
    ]; {get;}

    Parameters

    index
    See Also