Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FilterBarCellCollection Class / Get Method
Item index


In This Topic
    Get Method (FilterBarCellCollection)
    In This Topic
    Gets a FilterBarCell object for a filter bar item at the specified index.
    Syntax
    'Declaration
     
    
    Public Function Get( _
       ByVal index As Integer _
    ) As FilterBarCell
    'Usage
     
    
    Dim instance As FilterBarCellCollection
    Dim index As Integer
    Dim value As FilterBarCell
     
    value = instance.Get(index)
    public FilterBarCell Get( 
       int index
    )

    Parameters

    index
    Item index

    Return Value

    A FilterBarCell reference
    Exceptions
    ExceptionDescription
    Specified item index is not valid; must be between zero and the total number of columns
    See Also