ComponentOne Excel for .NET
C1.Excel Assembly / C1.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 System.Collections.Generic.KeyValuePair(Of String,XLFont) _
    ) As System.String
    public System.string GetRtf( 
       params System.Collections.Generic.KeyValuePair<string,XLFont>[] pairs
    )

    Parameters

    pairs
    The pairs text and font.

    Return Value

    The RTF code.
    See Also