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


In This Topic
Family Property
In This Topic
Gets the font family of this Font.
Syntax
'Declaration
 
Public Property Family As FontFamily
 
'Usage
 
Dim instance As Font
Dim value As FontFamily
 
instance.Family = value
 
value = instance.Family

Property Value

A _fontFamily value represents the font family of this Font.
See Also