Click or drag to resize

DocumentGetTable Method

Created a table object by parameters.

Namespace:  SIC.OpenDocumentFormat.MSWord
Assembly:  SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
internal Table GetTable(
	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.

Return Value

Type: Table
Gives a table object of type Table
Remarks
Table style name: SOWITable
See Also