Click or drag to resize

RichTextObject Append Method

Appends the specified text and font to the rich text.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Append(
	string text,
	IFont font
)

Parameters

text
Type: System String
The text to append.
font
Type: Spire.Xls.Core IFont
The font to apply to the appended text.

Implements

IRichTextString Append(String, IFont)
See Also