Spread Silverlight Documentation
FontName Property (IExcelFont)


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

Property Value

The name of the font.
See Also

Reference

IExcelFont Interface
IExcelFont Members