FirstNumberFormattingOptions
Description:
Defines the formatting options for the start of a sequence.
Defines the formatting options for the start of a sequence.
public enum FirstNumberFormattingOptions
| Name | Description |
|---|---|
| HideAndDecrement | Hide the first number and decrease the remaining numbers by one. |
| HideWhenSingle | Hide the first number only if there is a single number in the sequence. |
| ShowAll | Display all numbers in the sequence. |