TdxSpreadSheetFormulaBarOptionsBehavior.FormulaAutoComplete Property
In This Article
Specifies if the Formula AutoComplete functionality is enabled in the Formula Bar control.
#Declaration
Delphi
property FormulaAutoComplete: TdxDefaultBoolean read; write; default bDefault;
#Property Value
Type | Default |
---|---|
Tdx |
b |
#Remarks
Like the in-place cell editors provided by the Spreadsheet and Report Designer controls, the associated Formula Bar’s Edit box can assist an end-user in entering formula expressions by suggesting registered functions and available defined names whose names match the typed portion of a recognized name:
The available FormulaAutoComplete property values include:
Value | Description |
---|---|
b |
The Formula Auto |
b |
The Formula Auto |
b |
The Spread |
The default FormulaAutoComplete property value is bDefault.
See Also