BookmarkAddTextFromTable Method | |
Bookmark add text from table (bookmark name equal field name)
Namespace:
SIC.OpenDocumentFormat.MSWord
Assembly:
SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public void AddTextFromTable(
DataTable pTable
)
Public Sub AddTextFromTable (
pTable As DataTable
)
Parameters
- pTable
- Type: System.DataDataTable
[Missing <param name="pTable"/> documentation for "M:SIC.OpenDocumentFormat.MSWord.Bookmark.AddTextFromTable(System.Data.DataTable)"]
See Also