[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.ListNumFieldOptions.Name

Name Property

Name

Gets or sets the name of the ListTemplate defined in the document.

If the value is one of the built-in names NumberDefault, LegalDefault, or OutlineDefault, all fields with the same value belong to a single numbering instance.

The built-in names correspond to the following list templates:

If the value is null, the field belongs to the same numbering instance as the most recent LISTNUM field or numbered paragraph in the document.

The default value is null.

Declaration
public string Name { get; set; }
Public Property Name As String