Click or drag to resize

DocxCellAddText Method

Aggiunge un testo al paragrafo corrente di una cella

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public DocxRun AddText(
	string txt
)

Parameters

txt
Type: SystemString
The text.

Return Value

Type: DocxRun
DocxRun.
See Also