Spread Windows Forms 12.0 Product Documentation
ShowInDropDown Method (UserSpecifiedFilterItem)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > UserSpecifiedFilterItem Class : ShowInDropDown Method
The integer
int[]
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

Reference

UserSpecifiedFilterItem Class
UserSpecifiedFilterItem Members