'Declaration
<System.ComponentModel.BrowsableAttribute(False)> <SRDescriptionAttribute("ControlHeightDescr")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <SRCategoryAttribute("CatLayout")> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)> Public Property Height As System.Integer
'Usage
Dim instance As WorkbookDesigner Dim value As System.Integer instance.Height = value value = instance.Height
[System.ComponentModel.Browsable(false)] [SRDescription("ControlHeightDescr")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRCategory("CatLayout")] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)] public System.int Height {get; set;}