Spread Windows Forms 12.0 Product Documentation
Font Property (DifferentialFormat)


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

Property Value

A Font value represents the font formatting.
See Also

Reference

DifferentialFormat Class
DifferentialFormat Members