Spread Windows Forms 12.0 Product Documentation
IsSet Method (Font)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Font Structure : IsSet Method
A FontAttributes value indicates the attribute(s) will be tested.
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

Reference

Font Structure
Font Members