Click or drag to resize

IRichTextString Append Method

Appends rich text string with specified text and font.

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

Parameters

text
Type: System String
Text to append.
font
Type: Spire.Xls.Core IFont
Font to use.
See Also