Click or drag to resize

BookmarkAddTable Method

Write a table from a two-dimensional array (rows, columns) at a bookmark

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,
	string pBookmarkName = "",
	bool pFirstColumnMergeBeGroupe = false
)

Parameters

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