_Application.FormulaBarHeight Property

Definition

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.

Applies to