'宣言 Overloads Function AutoFilter( _ ByVal columnIndex As System.Integer, _ ByVal fillColor As Fill _ ) As System.Boolean
System.bool AutoFilter( System.int columnIndex, Fill fillColor )
パラメータ
- columnIndex
- 列のインデックス。
- fillColor
- 塗りつぶしの色。
'宣言 Overloads Function AutoFilter( _ ByVal columnIndex As System.Integer, _ ByVal fillColor As Fill _ ) As System.Boolean
System.bool AutoFilter( System.int columnIndex, Fill fillColor )