Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Color Structure / IsEmpty Method


In This Topic
    IsEmpty Method (Color)
    In This Topic
    Gets a value indicating whether this color represent an empty color.
    Syntax
    'Declaration
     
    
    Public Function IsEmpty() As Boolean
    'Usage
     
    
    Dim instance As Color
    Dim value As Boolean
     
    value = instance.IsEmpty()
    public bool IsEmpty()
    See Also