Spread WinForms 15
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()

Return Value

true if this color is not defined; otherwise, false.
See Also