Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / IsSameAsNormalFont Method
The font to compare.


In This Topic
    IsSameAsNormalFont Method
    In This Topic
    Gets a boolean value indicating whether the specified Font is same as the Normal style's Font.
    Syntax
    'Declaration
     
    
    Public Function IsSameAsNormalFont( _
       ByRef font As Font _
    ) As Boolean
    'Usage
     
    
    Dim instance As Styles
    Dim font As Font
    Dim value As Boolean
     
    value = instance.IsSameAsNormalFont(font)
    public bool IsSameAsNormalFont( 
       ref Font font
    )

    Parameters

    font
    The font to compare.

    Return Value

    true if the specified Font is same as the Normal style's Font; otherwise, false.
    See Also