Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / SchemeColor Structure / IsDefault Method


In This Topic
IsDefault Method
In This Topic
Indicates whether the specified SchemeColor is default.
Syntax
'Declaration
 
Public Function IsDefault() As Boolean
 
'Usage
 
Dim instance As SchemeColor
Dim value As Boolean
 
value = instance.IsDefault()

Return Value

true if this instance isn't set; otherwise, false.
See Also