SpreadsheetGear 2017
FormulaBar Property (WorkbookView)






SpreadsheetGear.Windows.Forms Namespace > WorkbookView Class : FormulaBar Property
Gets or sets the formula bar associated with this workbook view.
Syntax
'Declaration
 
Public Property FormulaBar As FormulaBar
'Usage
 
Dim instance As WorkbookView
Dim value As FormulaBar
 
instance.FormulaBar = value
 
value = instance.FormulaBar
public FormulaBar FormulaBar {get; set;}
public read-write property FormulaBar: FormulaBar; 
public function get,set FormulaBar : FormulaBar
public: __property FormulaBar* get_FormulaBar();
public: __property void set_FormulaBar( 
   FormulaBar* value
);
public:
property FormulaBar^ FormulaBar {
   FormulaBar^ get();
   void set (    FormulaBar^ value);
}
Remarks

The formula bar will automatically connect to the active WorkbookView control contained within the same container. Use this property to set a direct link to any formula bar.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookView Class
WorkbookView Members