Spread WPF 17
GrapeCity.Excel Namespace / IExcelFilterColumn Interface / ColorFilter Property


In This Topic
    ColorFilter Property (IExcelFilterColumn)
    In This Topic
    Specifies the color to filter by and whether to use the cell's fill or font color in the filter criteria
    Syntax
    'Declaration
     
    Property ColorFilter As IExcelColorFilter
    'Usage
     
    Dim instance As IExcelFilterColumn
    Dim value As IExcelColorFilter
     
    instance.ColorFilter = value
     
    value = instance.ColorFilter
    IExcelColorFilter ColorFilter {get; set;}
    See Also