'宣言 Overloads Function AutoFilter( _ ByVal columnIndex As System.Integer, _ ByVal icon As CfIcon _ ) As System.Boolean
System.bool AutoFilter( System.int columnIndex, CfIcon icon )
パラメータ
- columnIndex
- 列のインデックス。
- icon
- フィルタに使用されるアイコンを表すCfIcon値。
'宣言 Overloads Function AutoFilter( _ ByVal columnIndex As System.Integer, _ ByVal icon As CfIcon _ ) As System.Boolean
System.bool AutoFilter( System.int columnIndex, CfIcon icon )