Click or drag to resize

DocxDocumentAddTable Method (DataTable)

Adds the table.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public DocxTable AddTable(
	DataTable dt
)

Parameters

dt
Type: System.DataDataTable
The datatable.

Return Value

Type: DocxTable
DocxTable.
See Also