EditInt
Inserts an integer edit control into the spreadsheet. The control works like all other In-Sight interactive numeric input controls.
Note: To access the Property Sheet for an EditInt control, right-click the control and select Edit Function Functions are tools that are available in Spreadsheet for processing and analyzing acquisitions or other results. You can add functions to your Spreadsheet job to create tool chains and produce results for specific applications..
| Parameter | Description |
|
Min |
Specifies the minimum value that the edit box control will accept (-2147483648 to 2147483647; default = 0). |
|
Max |
Specifies the maximum value that the edit box control will accept (-2147483648 to 2147483647; default = 255). |
|
Returns |
Returns an integer constrained to the range Min to Max. |
|
Results |
An EditInt control. |