Spread Silverlight Documentation
AddBackgroundFilter Method


GrapeCity.Windows.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 System.Integer, _
   ByVal color As System.Windows.Media.Color _
) 
'Usage
 
Dim instance As RowFilterBase
Dim column As System.Integer
Dim color As System.Windows.Media.Color
 
instance.AddBackgroundFilter(column, color)
public void AddBackgroundFilter( 
   System.int column,
   System.Windows.Media.Color color
)

Parameters

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

Reference

RowFilterBase Class
RowFilterBase Members