[]
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.
public int? StartAt { get; set; }
Public Property StartAt As Integer?
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown if the value is set to less than |