FilterCommand クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As IAutoFilter, _
ByVal columnIndex As System.Integer, _
ByVal As AutoFilterActions, _
Optional ByVal As System.Object, _
Optional ByVal As AutoFilterOperator, _
Optional ByVal As System.Object, _
Optional ByVal As IWorksheet, _
Optional ByVal As Reference _
)
public FilterCommand(
IAutoFilter ,
System.int columnIndex,
AutoFilterActions ,
System.object ,
AutoFilterOperator ,
System.object ,
IWorksheet ,
Reference
)
パラメータ
- autoFilter
- 有効なフィルタ。
- columnIndex
- フィルタリングの基準となる列インデックス
- action
- フィルタ操作
- criteria1
- 最初の条件。
- filterOperator
- フィルタ演算子。
- criteria2
- 2番目の条件。
- worksheet
- ワークシート
- range
- フィルタ範囲
参照