|  | DocxCellAddBookmarkText Method  | 
 
            Adds the bookmark text.
            
 
    Namespace: 
   QsGemBox.Docx
    Assembly:
   QsGemBox (in QsGemBox.dll) Version: 25.2.0.0 (25.2.0.0)
 Syntax
Syntaxpublic 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.
 See Also
See Also