GrapeCity.Xaml.Excel
FontName Property (ExcelFont)


GrapeCity.Excel Namespace > ExcelFont Class : FontName Property
Gets or sets the name of the font.
Syntax
'Declaration
 
Public Property FontName As String
'Usage
 
Dim instance As ExcelFont
Dim value As String
 
instance.FontName = value
 
value = instance.FontName
public string FontName {get; set;}

Property Value

The name of the font.
See Also

Reference

ExcelFont Class
ExcelFont Members