GrapeCity.Xaml.SpreadSheet.Data
AddBackgroundFilter Method


GrapeCity.Xaml.SpreadSheet.Data Namespace > RowFilterBase Class : AddBackgroundFilter Method
The column index.
The background color for comparison.
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

Reference

RowFilterBase Class
RowFilterBase Members