_Application.FormulaBarHeight Property
Allows the user to specify the height of the formula bar in lines. Read/write.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property FormulaBarHeight As Integer
Get
Set
'Usage
Dim instance As _Application
Dim value As Integer
value = instance.FormulaBarHeight
instance.FormulaBarHeight = value
int FormulaBarHeight { get; set; }
Property Value
Type: System.Int32
Integer
Remarks
If the specified value of FormulaBarHeight is greater than the viewable window space, the formula bar is resized to be equal to the window height.