Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / IsSet Method
A FontAttributes value indicates the attribute(s) will be tested.


In This Topic
    IsSet Method (Font)
    In This Topic
    Determines whether the specified attribute(s) is set.
    Syntax
    'Declaration
     
    
    Public Function IsSet( _
       ByVal attr As FontAttributes _
    ) As Boolean
    'Usage
     
    
    Dim instance As Font
    Dim attr As FontAttributes
    Dim value As Boolean
     
    value = instance.IsSet(attr)
    public bool IsSet( 
       FontAttributes attr
    )

    Parameters

    attr
    A FontAttributes value indicates the attribute(s) will be tested.

    Return Value

    true if the specified attribute(s) is set; otherwise, false.
    See Also