FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > IFilterItem インタフェース : ShowInDropDown メソッド |
'Declaration Function ShowInDropDown( _ ByVal columnIndex As Integer, _ ByVal filteredInRowList() As Integer _ ) As Boolean
'使用法 Dim instance As IFilterItem Dim columnIndex As Integer Dim filteredInRowList() As Integer Dim value As Boolean value = instance.ShowInDropDown(columnIndex, filteredInRowList)
bool ShowInDropDown( int columnIndex, int[] filteredInRowList )