Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / C1XLBook Class / GetRtf Method
The pairs text and font.

In This Topic
    GetRtf Method
    In This Topic
    Gets RTF code for pairs text and font.
    Syntax
    'Declaration
     
    
    Public Function GetRtf( _
       ByVal ParamArray pairs() As KeyValuePair(Of String,XLFont) _
    ) As String
    public string GetRtf( 
       params KeyValuePair<string,XLFont>[] pairs
    )

    Parameters

    pairs
    The pairs text and font.

    Return Value

    The RTF code.
    See Also