[This is preliminary documentation and is subject to change.]
Creates a new CaptionPosition from an integer value.
| C# |
public CaptionPosition( int ordinal )
- ordinal (Int32)
- The ordinal value for the new CaptionPosition.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown if the ordinal is negative or greater than the TopValue. |