Namespace: Spire.Xls.Core.Converter.General.Word.Documents
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public TextRange AppendText(
	string text
)
Public Function AppendText ( 
	text As String
) As TextRange
public:
virtual TextRange^ AppendText(
	String^ text
) sealed
abstract AppendText : 
        text : string -> TextRange 
override AppendText : 
        text : string -> TextRange 

Parameters

text
String

Return Value

TextRange

Implements

IParagraph..::..AppendText(String)

See Also