Spread Windows Forms 12.0 Product Documentation
Set Method (Font)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Font Structure : Set Method
The attribute.
Sets the specified attribute.
Syntax
'Declaration
 
Public Sub Set( _
   ByVal attr As FontAttributes _
) 
'Usage
 
Dim instance As Font
Dim attr As FontAttributes
 
instance.Set(attr)
public void Set( 
   FontAttributes attr
)

Parameters

attr
The attribute.
See Also

Reference

Font Structure
Font Members