| DocxTableAddRow(ICollectionString) Method |
Aggiunge una riga riempiendo le celle con il contenuto della tabella lua
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.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 ICollectionString
- The rowdata.
Return Value
DocxTableDocxTable.
See Also