Spread WPF 17
GrapeCity.Excel Namespace / ExcelColor Class / EmptyColor Field


In This Topic
    EmptyColor Field
    In This Topic
    Represents an empty color.
    Syntax
    'Declaration
     
    Public Shared EmptyColor As ExcelColor
    'Usage
     
    Dim value As ExcelColor
     
    value = ExcelColor.EmptyColor
     
    ExcelColor.EmptyColor = value
    public static ExcelColor EmptyColor
    See Also