[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.ListNumFieldOptions.Level

Level Property

Level

Gets or sets the list level, overriding the default behavior of the field.

Allowed values are null or from 1 to 9, inclusive.

If the value is null, the default level for a new series is 1; otherwise, the current level is continued.

The default value is null.

Declaration
public int? Level { get; set; }
Public Property Level As Integer?
Exceptions
Type Condition
ArgumentOutOfRangeException

Thrown if the value is set to less than 1 or greater than 9.