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