Spread Silverlight Documentation
FontSize Property (IExcelFont)


GrapeCity.Excel Namespace > IExcelFont Interface : FontSize Property
Gets or sets the size of the font.
Syntax
'Declaration
 
Property FontSize As System.Double
'Usage
 
Dim instance As IExcelFont
Dim value As System.Double
 
instance.FontSize = value
 
value = instance.FontSize
System.double FontSize {get; set;}

Property Value

The size of the font.
See Also

Reference

IExcelFont Interface
IExcelFont Members