Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ColorFilter Class / ColorFilter Constructor / ColorFilter Constructor(Color,Boolean)
The color to filter by.
if set to true filter by cell fill.


In This Topic
    ColorFilter Constructor(Color,Boolean)
    In This Topic
    Initializes a new instance of the ColorFilter class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal color As Color, _
       ByVal isFillColor As Boolean _
    )
    'Usage
     
    
    Dim color As Color
    Dim isFillColor As Boolean
     
    Dim instance As New ColorFilter(color, isFillColor)
    public ColorFilter( 
       Color color,
       bool isFillColor
    )

    Parameters

    color
    The color to filter by.
    isFillColor
    if set to true filter by cell fill.
    See Also