Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / TocFieldOptions Class / Bookmark Property

In This Topic
    Bookmark Property (TocFieldOptions)
    In This Topic
    Gets or sets the bookmark name that allows to include entries only from the portion of the document marked by this bookmark.

    Default value is a null reference (Nothing in Visual Basic).

    Syntax
    'Declaration
     
    Public Property Bookmark As System.String
    public System.string Bookmark {get; set;}
    See Also