Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FilterBarCellCollection Class / Item Property


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

    Parameters

    index
    See Also