Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / RowFilterBase Class / AddForegroundFilter Method
The column index.
The foreground color for comparison.


In This Topic
    AddForegroundFilter Method
    In This Topic
    Adds the foreground filter for the row filter.
    Syntax
    'Declaration
     
    Public Sub AddForegroundFilter( _
       ByVal column As Integer, _
       ByVal color As Color _
    ) 
    'Usage
     
    Dim instance As RowFilterBase
    Dim column As Integer
    Dim color As Color
     
    instance.AddForegroundFilter(column, color)
    public void AddForegroundFilter( 
       int column,
       Color color
    )

    Parameters

    column
    The column index.
    color
    The foreground color for comparison.
    See Also