_Application.FormulaBarHeight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows the user to specify the height of the formula bar in lines. Read/write.
public:
property int FormulaBarHeight { int get(); void set(int value); };
public int FormulaBarHeight { get; set; }
Public Property FormulaBarHeight As Integer
Property Value
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.