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


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

Property Value

A Font value represents the font formatting.
See Also