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


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

    Parameters

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