EditFloat

Inserts a floating-point edit control into the spreadsheet. The control behaves like other interactive numeric input controls.

Note: To access the Property Sheet for an EditFloat control, right-click the control and select Edit Function.

EditFloat Inputs

Parameter Description

Min

Specifies the minimum value that the edit box control will accept (default = 0).

Max

Specifies the maximum value that the edit box control will accept (default = 100).

EditFloat Outputs

Returns

Returns a float constrained to the range Min to Max.

Results

An EditFloat control.