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