Spread WPF Documentation
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 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)
public void AddForegroundFilter( 
   System.int column,
   System.Windows.Media.Color color
)

Parameters

column
The column index.
color
The foreground color for comparison.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

RowFilterBase Class
RowFilterBase Members

 

 


Copyright © GrapeCity, inc. All rights reserved.