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
)
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
-
Type:
System
String
Text to append.
-
font
-
Type:
Spire.Xls.Core
IFont
Font to use.
Implements
IRichTextString
Append(String, IFont)
See Also