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

Parameters

txt  String
The text.

Return Value

DocxRun
DocxRun.
See Also