Spread WPF 17
GrapeCity.Excel Namespace / ExcelFilterColumn Class / ColorFilter Property


In This Topic
    ColorFilter Property (ExcelFilterColumn)
    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
     
    Public Property ColorFilter As IExcelColorFilter
    'Usage
     
    Dim instance As ExcelFilterColumn
    Dim value As IExcelColorFilter
     
    instance.ColorFilter = value
     
    value = instance.ColorFilter
    public IExcelColorFilter ColorFilter {get; set;}
    See Also