Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void Append(
	string text,
	IFont font
)
Public Sub Append ( 
	text As String,
	font As IFont
)
public:
virtual void Append(
	String^ text, 
	IFont^ font
) sealed
abstract Append : 
        text : string * 
        font : IFont -> unit 
override Append : 
        text : string * 
        font : IFont -> unit 

Parameters

text
String
font
IFont

Implements

IRichTextString..::..Append(String, IFont)

See Also