[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.RichText.Append

Append Method

Append(string)

Appends the text at the end of this rich text using the last run formatting.

Declaration
public void Append(string text)
Public Sub Append(text As String)
Parameters
Type Name Description
string text

The plain text to append.

Append(string, Font)

Appends the text run at the end of this rich text.

Declaration
public void Append(string text, Font font)
Public Sub Append(text As String, font As Font)
Parameters
Type Name Description
string text

The plain text of the tet run.

Font font

The font setting of the text run.