TdxSpreadSheetAbstractFormulaBar.OptionsView Property
Provides access to the Formula Bar control’s appearance and functionality settings.
Declaration
property OptionsView: TdxSpreadSheetFormulaBarOptionsView read; write;
Property Value
| Type |
|---|
| TdxSpreadSheetFormulaBarOptionsView |
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