Click or drag to resize

RichTextString Append Method

Appends rich text string with specified text and font.

Namespace: Spire.Xls.Core.Spreadsheet
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
Text to append.
font
Type: Spire.Xls.Core IFont
Font to use.

Implements

IRichTextString Append(String, IFont)
See Also