Click or drag to resize

DocumentAddTable Method

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

Namespace:  SOWIDocument.Word
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public void AddTable(
	string[,] pData,
	bool pFirstColumnMergeBeGroupe = false
)

Parameters

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