Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / StyleFormat Structure / ScaleFont Method
The scale factor.


In This Topic
ScaleFont Method
In This Topic
Scales the font by the specified scale factor.
Syntax
'Declaration
 
Public Sub ScaleFont( _
   ByVal scale As Double _
) 
 
'Usage
 
Dim instance As StyleFormat
Dim scale As Double
 
instance.ScaleFont(scale)

Parameters

scale
The scale factor.
See Also