TdxSpreadSheetAbstractFormulaBar.OptionsBehavior Property
In This Article
Provides access to the Formula Bar control’s behavior and functionality settings.
#Declaration
Delphi
property OptionsBehavior: TdxSpreadSheetFormulaBarOptionsBehavior read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
You can use this property to manage the control’s Formula AutoComplete functionality. Refer to the TdxSpreadSheetFormulaBarOptionsBehavior class description for detailed information on available options.
See Also