A Sandcastle Documented Class Library
![]() | DocxCellAddBookmarkText Method |
Adds the bookmark text.
Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)

public DocxRun AddBookmarkText( string bookmarkName, string txt )
Public Function AddBookmarkText ( bookmarkName As String, txt As String ) As DocxRun
public: DocxRun^ AddBookmarkText( String^ bookmarkName, String^ txt )
member AddBookmarkText : bookmarkName : string * txt : string -> DocxRun
Parameters
- bookmarkName
- Type: SystemString
Name of the bookmark. - txt
- Type: SystemString
The text.
Return Value
Type: DocxRunDocxRun.
