Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / GradientFillEffect Structure / Empty Field


In This Topic
Empty Field (GradientFillEffect)
In This Topic
Represent the unset gradient fill formatting. Assigning this value works as same as clearing the gradient fill formatting. This field is read-only.
Syntax
'Declaration
 
Public Shared ReadOnly Empty As GradientFillEffect
 
'Usage
 
Dim value As GradientFillEffect
 
value = GradientFillEffect.Empty
See Also