TdxSpreadSheetAbstractFormulaBar.OptionsView Property
In This Article
Provides access to the Formula Bar control’s appearance and functionality settings.
#Declaration
Delphi
property OptionsView: TdxSpreadSheetFormulaBarOptionsView read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
You can use this property to hide or display the formula bar’s optional UI elements. Refer to the TdxSpreadSheetFormulaBarOptionsView class description for detailed information on available options.
See Also