[]
Gets RTF code for pairs text and font.
public string GetRtf(params KeyValuePair<string, XLFont>[] pairs)
Public Function GetRtf(ParamArray pairs As KeyValuePair(Of String, XLFont)()) As String
| Type | Name | Description |
|---|---|---|
| KeyValuePair<string, XLFont>[] | pairs | The pairs text and font. |
| Type | Description |
|---|---|
| string | The RTF code. |