DocxTable.AddRow Method (ICollection(String))

QsInformatica.Utils

DocxTableAddRow Method (ICollectionString)

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

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public DocxTable AddRow(
	ICollection<string> rowdata
)
Public Function AddRow ( 
	rowdata As ICollection(Of String)
) As DocxTable
public:
DocxTable^ AddRow(
	ICollection<String^>^ rowdata
)
member AddRow : 
        rowdata : ICollection<string> -> DocxTable 

Parameters

rowdata
Type: System.Collections.GenericICollectionString
The rowdata.

Return Value

Type: DocxTable
DocxTable.
See Also