Spread Windows Forms 12.0 Product Documentation
Fill Property (DifferentialFormat)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > DifferentialFormat Class : Fill Property
Gets or sets the fill formatting.
Syntax
'Declaration
 
Public Property Fill As Fill
'Usage
 
Dim instance As DifferentialFormat
Dim value As Fill
 
instance.Fill = value
 
value = instance.Fill
public Fill Fill {get; set;}

Property Value

A Fill value represents the fill formatting.
See Also

Reference

DifferentialFormat Class
DifferentialFormat Members