SPREAD for WPF 3.0J - GcSpreadSheet
CreateAutoFilter メソッド

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > IAutoFilterOwner インターフェース : CreateAutoFilter メソッド
セル範囲の一番上の行のインデックスを示す整数値。
セル範囲の左端の列のインデックスを示す整数値。
セル範囲の一番下の行のインデックスを示す整数値。
セル範囲の右端の列のインデックスを示す整数値。
オートフィルタを作成します。
シンタックス
'宣言
 
Function CreateAutoFilter( _
   ByVal worksheet As Worksheet, _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal row2 As System.Integer, _
   ByVal column2 As System.Integer _
) As AutoFilter
AutoFilter CreateAutoFilter( 
   Worksheet worksheet,
   System.int row,
   System.int column,
   System.int row2,
   System.int column2
)

パラメータ

worksheet
row
セル範囲の一番上の行のインデックスを示す整数値。
column
セル範囲の左端の列のインデックスを示す整数値。
row2
セル範囲の一番下の行のインデックスを示す整数値。
column2
セル範囲の右端の列のインデックスを示す整数値。

戻り値の型

作成されたフィルタを表すAutoFilterオブジェクト。データが無効な場合はnull
参照

IAutoFilterOwner インターフェース
IAutoFilterOwner メンバ