IField.LowerBound property
Namespace: NextDesign.Core
Description
Lower bound
int LowerBound { get; set; }
Type
- int
Exceptions
| Name | Exception class | Description | 
|---|---|---|
| Invalid range | ExtensionOutOfRangeException | When a negative number or a value greater than UpperBound is specified | 
| Invalid operation | ExtensionInvalidOperationException | When the field type is a primitive type (integer, real number, boolean, string, rich text) or an enumeration type |