Click or drag to resize

DocxTableAddRow Method (ICollectionString)

Aggiunge una riga riempiendo le celle con il contenuto della tabella lua

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public DocxTable AddRow(
	ICollection<string> rowdata
)

Parameters

rowdata
Type: System.Collections.GenericICollectionString
The rowdata.

Return Value

Type: DocxTable
DocxTable.
See Also