Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / DataValidationCommand Class / Item Property


In This Topic
    Item Property (DataValidationCommand)
    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 DataValidationCommand
    Dim index As Integer
    Dim value As Reference
     
    value = instance.Item(index)
    public Reference this[ 
       int index
    ]; {get;}

    Parameters

    index
    See Also