Spread Silverlight Documentation
Font Property (DifferentialFormatting)


GrapeCity.Excel Namespace > DifferentialFormatting Class : Font Property
Defines the properties for one of the fonts used in the workbook
Syntax
'Declaration
 
Public Property Font As IExcelFont
'Usage
 
Dim instance As DifferentialFormatting
Dim value As IExcelFont
 
instance.Font = value
 
value = instance.Font
public IExcelFont Font {get; set;}

Property Value

The font.
See Also

Reference

DifferentialFormatting Class
DifferentialFormatting Members