Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObjects Class / Item Property


In This Topic
    Item Property (PSObjects)
    In This Topic
    Gets the element at the specified index within the collection.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As Object
    'Usage
     
    
    Dim instance As PSObjects
    Dim index As Integer
    Dim value As Object
     
    value = instance.Item(index)
    public virtual object this[ 
       int index
    ]; {get;}

    Parameters

    index
    See Also