Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / UserSpecifiedFilterItem Class / ShowInDropDown Method
The integer
int[]


In This Topic
    ShowInDropDown Method (UserSpecifiedFilterItem)
    In This Topic
    Returns whether the item should be shown in the drop-down list.
    Syntax
    'Declaration
     
    
    Public Overrides Function ShowInDropDown( _
       ByVal columnIndex As Integer, _
       ByVal filteredInRowList() As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As UserSpecifiedFilterItem
    Dim columnIndex As Integer
    Dim filteredInRowList() As Integer
    Dim value As Boolean
     
    value = instance.ShowInDropDown(columnIndex, filteredInRowList)
    public override bool ShowInDropDown( 
       int columnIndex,
       int[] filteredInRowList
    )

    Parameters

    columnIndex
    The integer
    filteredInRowList
    int[]

    Return Value

    True if the item should be shown; otherwise, false.
    See Also