Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / TocTcOptions Class / EntriesType Property

In This Topic
    EntriesType Property
    In This Topic
    Gets or sets the type of TC fields to collect.

    This property is related to TcFieldOptions.Type.

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

    Syntax
    'Declaration
     
    Public Property EntriesType As System.Nullable(Of Char)
    public System.Nullable<char> EntriesType {get; set;}
    See Also