Xceed Grid for WinForms v4.3 Documentation
Height Property (FormulaBoxAppearance)


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > FormulaBoxAppearance Class : Height Property
Gets or sets the height of the formula box.
Syntax
'Declaration
 
<DescriptionAttribute("The height, in pixels, of the formuala box.")>
<CategoryAttribute("Appearance")>
Public Property Height As Integer
'Usage
 
Dim instance As FormulaBoxAppearance
Dim value As Integer
 
instance.Height = value
 
value = instance.Height
[Description("The height, in pixels, of the formuala box.")]
[Category("Appearance")]
public int Height {get; set;}

Property Value

A value, in pixels, representing the height of the formula box.
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

FormulaBoxAppearance Class
FormulaBoxAppearance Members