Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFont Interface / ApplyFont Method
The font's setting


In This Topic
    ApplyFont Method (IFont)
    In This Topic
    Apply font's setting for whole font
    Syntax
    'Declaration
     
    
    Sub ApplyFont( _
       ByVal font As Font _
    ) 
    'Usage
     
    
    Dim instance As IFont
    Dim font As Font
     
    instance.ApplyFont(font)
    void ApplyFont( 
       Font font
    )

    Parameters

    font
    The font's setting
    See Also