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: 27.1.0
Syntax
public DocxRun AddText(
	string txt
)

Parameters

txt  String
The text.

Return Value

DocxRun
DocxRun.
See Also