'Declaration
Public Overrides Function ShowInDropDown( _
ByVal columnIndex As Integer, _
ByVal () As Integer _
) As Boolean
'使用法
Dim instance As DefaultFilterItem
Dim columnIndex As Integer
Dim filteredInRowList() As Integer
Dim value As Boolean
value = instance.ShowInDropDown(columnIndex, filteredInRowList)