Incremental |
The IncrementalVariable type exposes the following members.
| Name | Description | |
|---|---|---|
| First | Gets and sets the initial value of the incremental variable. This is the value output on the first format call before any increment steps are applied. | |
| Force | Gets and sets a value indicating whether the variable forces output on every format call. When true, the formatted value is output even if it has not changed; when false (default), output occurs only when the value changes. Force enables unconditional sequential number generation. | |
| Prefix | Gets and sets the prefix text string prepended to the formatted output value. | |
| Shaper | Gets and sets the Format object that defines how the current value is formatted for output. | |
| Step | Gets and sets the step increment value applied to the variable on each format call. | |
| Suffix | Gets and sets the suffix text string appended to the formatted output value. |