Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / TextFormat Class / FontName Property


In This Topic
FontName Property (TextFormat)
In This Topic
Syntax
'Declaration
 
Public Property FontName As String
 
'Usage
 
Dim instance As TextFormat
Dim value As String
 
instance.FontName = value
 
value = instance.FontName
See Also