Spread WPF 17
GrapeCity.Excel Namespace / ExcelColorFilter Class / CellColor Property


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