'Declaration Public Sub AddForegroundFilter( _ 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.AddForegroundFilter(column, color)
Parameters
- column
- The column index.
- color
- The foreground color for comparison.