Click or drag to resize

IncrementalVariable Properties

The IncrementalVariable type exposes the following members.

Properties
 NameDescription
Public propertyFirst 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.
Public propertyForce 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.
Public propertyPrefix Gets and sets the prefix text string prepended to the formatted output value.
Public propertyShaper Gets and sets the Format object that defines how the current value is formatted for output.
Public propertyStep Gets and sets the step increment value applied to the variable on each format call.
Public propertySuffix Gets and sets the suffix text string appended to the formatted output value.
Top
See Also