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