[]
        
(Showing Draft Content)

C1.Excel.C1XLBook.GetRtf

GetRtf Method

GetRtf(params KeyValuePair<string, XLFont>[])

Gets RTF code for pairs text and font.

Declaration
public string GetRtf(params KeyValuePair<string, XLFont>[] pairs)
Parameters
Type Name Description
KeyValuePair<string, XLFont>[] pairs

The pairs text and font.

Returns
Type Description
string

The RTF code.