Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpStatusBarElementCollection Class / Item Property
The zero-based index of the element to get


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

    Parameters

    index
    The zero-based index of the element to get
    See Also