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