Spread Windows Forms 17
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.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Empty As Color
    'Usage
     
    
    Dim value As Color
     
    value = Color.Empty
    public static readonly Color Empty
    See Also