FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > Top10FilterItem クラス : ShowInDropDown メソッド |
'Declaration Public Overrides Function ShowInDropDown( _ ByVal columnIndex As Integer, _ ByVal filteredInRowList() As Integer _ ) As Boolean
'使用法 Dim instance As Top10FilterItem 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 )