Engine.DisplayEditNumericFormatDialog
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
Engine.DisplayEditNumericFormatDialog
Syntax
Engine.DisplayEditNumericFormatDialog( dlgTitle, numericFormat, dlgOptions = 0, sampleNumber = 1.5)
Return Value
Returns True if you click OK in the dialog box. Returns False if you click Cancel .
Purpose
Remarks
Launches a dialog box in which you can edit a numeric format string used to display numbers.
Parameters
dlgTitle As String
[In] Specifies the title of the dialog box. Pass an empty string to use the default title for the dialog box.
numericFormat As String
[In/Out] The numeric format string to edit. Enable EditNumFormat_AllowDefaultFormat if you want to pass an empty string.
dlgOptions As Long
[In] Specifies any combination of the EditNumericFormatOptions constants.
This parameter has a default value of 0 .
sampleNumber As Double
[In] Specifies a number to format initially in the dialog box.
This parameter has a default value of 1.5 .
See Also
PropertyObject.DisplayEditNumericFormatDialog