Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Color Structure / Empty Field


In This Topic
    Empty Field (Color)
    In This Topic
    Represents a color that is null. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Empty As Color
    'Usage
     
    
    Dim value As Color
     
    value = Color.Empty
    public static readonly Color Empty
    See Also