Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / Set Method
The attribute.


In This Topic
    Set Method (Font)
    In This Topic
    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