Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / StyleFormat Structure / Fill Property


In This Topic
Fill Property (StyleFormat)
In This Topic
Gets or sets the fill formatting.
Syntax
'Declaration
 
Public Property Fill As Fill
 
'Usage
 
Dim instance As StyleFormat
Dim value As Fill
 
instance.Fill = value
 
value = instance.Fill

Property Value

A Fill value represents the fill formatting.
See Also