Spread Windows Forms 17
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)
    public void ScaleFont( 
       double scale
    )

    Parameters

    scale
    The scale factor.
    See Also