Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / TcFieldOptions Class / Type Property

In This Topic
    Type Property (TcFieldOptions)
    In This Topic
    Gets or sets the type of entry collected in a particular contents list.

    Use a unique list type identifier for each type of list.

    If no list type is specified, the entry is listed in a table of contents.

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

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