`xl_rich_run()` is one fragment of an [xl_rich_string()]: a piece of text plus the font it is drawn in.
See also
[xl_rich_string], [xl_format]
Other cell content:
is_xl_comment(),
xl_cell_general(),
xl_comment(),
xl_formula(),
xl_rich_string()
Examples
xl_rich_run("bold", xl_font(bold = TRUE))
#> <xl_rich_run: "bold" (formatted)>
xl_rich_run("plain")
#> <xl_rich_run: "plain">
