Click or drag to resize

Document.AddTable Method

Append a table from a two-dimensional array (rows, columns)

Namespace:  SIC.OpenDocumentFormat.MSWord
Assembly:  SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public void AddTable(
	string[,] pData,
	bool pFirstColumnMergeBeGroupe = false
)

Parameters

pData
Type:System.String[,]
Two-dimensional array: first dimension be rows and second dimension be columns
pFirstColumnMergeBeGroupe (Optional)
Type: System.Boolean
First column: vertical cell merge when cell has the same values.
Remarks
Table style name: SOWITable
See Also