GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > IRange インタフェース > AutoFilter メソッド : AutoFilter(Int32,Fill) メソッド |
'Declaration
Overloads Function AutoFilter( _ ByVal columnIndex As Integer, _ ByVal fillColor As Fill _ ) As Boolean
'使用法
Dim instance As IRange Dim columnIndex As Integer Dim fillColor As Fill Dim value As Boolean value = instance.AutoFilter(columnIndex, fillColor)
bool AutoFilter( int columnIndex, Fill fillColor )