bool ShowInDropDown( int columnIndex, int[] filteredInRowList )
'Declaration Function ShowInDropDown( _ ByVal columnIndex As Integer, _ ByVal filteredInRowList() As Integer _ ) As Boolean
'Declaration
Function ShowInDropDown( _ ByVal columnIndex As Integer, _ ByVal filteredInRowList() As Integer _ ) As Boolean
'Usage Dim instance As IFilterItem Dim columnIndex As Integer Dim filteredInRowList() As Integer Dim value As Boolean value = instance.ShowInDropDown(columnIndex, filteredInRowList)
'Usage
Dim instance As IFilterItem Dim columnIndex As Integer Dim filteredInRowList() As Integer Dim value As Boolean value = instance.ShowInDropDown(columnIndex, filteredInRowList)
IFilterItem Interface IFilterItem Members