DocumentGetTable Method |  |
Created a table object by parameters.
Namespace:
SOWIDocument.Word
Assembly:
SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxinternal Table GetTable(
string[,] pData,
bool pFirstColumnMergeBeGroupe = false
)
Friend Function GetTable (
pData As String(,),
Optional pFirstColumnMergeBeGroupe As Boolean = false
) As Table
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:
TableGives a table object of type
Table
Remarks
Table style name: SOWITable
See Also