| 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
)
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:
DocxTableDocxTable.
See Also