Version

HeightInLines Property

Gets/sets the height of the formula bar when expanded is true. The height is measuring in lines of text.
Syntax
'Declaration
 
Public Property HeightInLines As Integer
public int HeightInLines {get; set;}
Remarks
The height is measured in lines. A setting of 1 means the formula bar textbox is tall enough to fit a single line of text. A setting of 2 means the formula bar is tall enough to fit two lines of text, and so on. /// The HeightInLines is only honored when the Expanded property is true. When Expanded is false, the HeightInLines alway resolves to 1.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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