FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Classic Namespace / C1FlexGridClassic Class / ChangeFont Method / ChangeFont(Font,Single) Method

In This Topic
    ChangeFont(Font,Single) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overloads Shared Function ChangeFont( _
       ByVal f As Font, _
       ByVal newVal As Single _
    ) As Font
    protected static Font ChangeFont( 
       Font f,
       float newVal
    )

    Parameters

    f
    newVal
    See Also