Spread WPF 17
GrapeCity.Excel Namespace / IExcelColorFilter Interface / CellColor Property


In This Topic
    CellColor Property (IExcelColorFilter)
    In This Topic
    Flag indicating whether or not to filter by the cell's fill color
    Syntax
    'Declaration
     
    Property CellColor As Boolean
    'Usage
     
    Dim instance As IExcelColorFilter
    Dim value As Boolean
     
    instance.CellColor = value
     
    value = instance.CellColor
    bool CellColor {get; set;}
    See Also