Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / AutoFilter Method / AutoFilter(Int32,Color) Method
Index of the column.
Color of the font.


In This Topic
    AutoFilter(Int32,Color) Method
    In This Topic
    Add the font color filter.
    Syntax
    'Declaration
     
    
    Overloads Function AutoFilter( _
       ByVal columnIndex As Integer, _
       ByVal color As Color _
    ) As Boolean
    'Usage
     
    
    Dim instance As IRange
    Dim columnIndex As Integer
    Dim color As Color
    Dim value As Boolean
     
    value = instance.AutoFilter(columnIndex, color)
    bool AutoFilter( 
       int columnIndex,
       Color color
    )

    Parameters

    columnIndex
    Index of the column.
    color
    Color of the font.
    See Also