TableAddTextByBookmark Method |  |
Text array write in table of bookmark name (column).
Rows append of array count.
Namespace:
SOWIDocument.Word
Assembly:
SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic void AddTextByBookmark(
string pBookmarkName,
string[] pText,
bool pHeader = true
)
Public Sub AddTextByBookmark (
pBookmarkName As String,
pText As String(),
Optional pHeader As Boolean = true
)
Parameters
- pBookmarkName
- Type: SystemString
Bookmark name of cell to into column to write text array - pText
- Type: SystemString
Text array writes to table cell of column - pHeader (Optional)
- Type: SystemBoolean
Table has column header
See Also