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


In This Topic
    IsNoDefinedColor Method
    In This Topic
    Gets a value indicating whether this color is not defined.
    Syntax
    'Declaration
     
    
    Public Function IsNoDefinedColor() As Boolean
    'Usage
     
    
    Dim instance As Color
    Dim value As Boolean
     
    value = instance.IsNoDefinedColor()
    public bool IsNoDefinedColor()
    See Also