Click or drag to resize

RichTextShape Append Method

Appends text to the shape's text and sets the font for the appended text.

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
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