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.

EditInt Inputs

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).

EditInt Outputs

Returns

Returns an integer constrained to the range Min to Max.

Results

An EditInt control.