FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > SheetView クラス > SetColumnAllowFilter メソッド : SetColumnAllowFilter(Int32,Int32,Boolean) メソッド |
'Declaration
Public Overloads Sub SetColumnAllowFilter( _ ByVal column As Integer, _ ByVal count As Integer, _ ByVal allowFilter As Boolean _ )
例外 | 説明 |
---|---|
System.ArgumentOutOfRangeException | 指定された列インデックスは範囲外です。有効な値は-1から列の総数までです。 |
fpSpread1.Sheets[0].SetColumnAllowFilter(0, 2, true);
FpSpread1.Sheets(0).SetColumnAllowFilter(0, 2, True)