Click or drag to resize

DocxTableWriteCell Method

Scrive il testo della cella

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public DocxTable WriteCell(
	string val,
	int row,
	int column
)

Parameters

val  String
Il testo da scrivere
row  Int32
L'indice di riga
column  Int32
L'indice di colonna

Return Value

DocxTable
DocxTable.
See Also