TableAddRow Method |  |
Clone last row of table and append to table
Namespace:
SOWIDocument.Word
Assembly:
SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic void AddRow(
string pTableName
)
Public Sub AddRow (
pTableName As String
)
Parameters
- pTableName
- Type: SystemString
Table name
See Also