Column_Minimum_Position - DataList
Maintains the value that represents the lowest value that the spin button will spin down to
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Parameters
| Parameter | Type | Description |
|---|---|---|
| iCol | Integer | The column number (0-based) |
Syntax
Property Integer Column_Minimum_Position
| Access Type | Syntax |
|---|---|
| Read Access: | Get Column_Minimum_Position to IntegerVariable |
| Write Access: | Set Column_Minimum_Position to IntegerVariable/Value |
Description
The Minimum_Position property maintains the value that represents the lowest value that the spin button will spin down to. The value is in the range of 32767 to -32767
Default is 32767.