GrapeCity.Xaml.SpreadSheet.Data
AddForegroundFilter Method


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

Reference

RowFilterBase Class
RowFilterBase Members