Spread Windows Forms 12.0 Product Documentation
IsEmpty Method (Color)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Color Structure : IsEmpty Method
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()

Return Value

true if this color represent an empty color; otherwise, false.
See Also

Reference

Color Structure
Color Members