Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / FontPicker Class / SetRtf Method


In This Topic
    SetRtf Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetRtf( _
       ByVal rtf As String _
    ) 
    'Usage
     
    
    Dim instance As FontPicker
    Dim rtf As String
     
    instance.SetRtf(rtf)
    public void SetRtf( 
       string rtf
    )

    Parameters

    rtf
    See Also