[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.ListNumFieldOptions.StartAt

StartAt Property

StartAt

Gets or sets the starting value for this field.

Allowed values are null or a positive integer.

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

The default value is null.

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

Thrown if the value is set to less than 0.