SpreadsheetGear 2017
Width Property (WorkbookDesigner)






SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : Width Property
Syntax
'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;}
public read-write property Width: System.Integer; 
SRDescriptionAttribute("ControlWidthDescr")
System.ComponentModel.BrowsableAttribute()
SRCategoryAttribute("CatLayout")
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)
public function get,set Width : System.int
[SRDescription("ControlWidthDescr")]
[System.ComponentModel.Browsable(false)]
[SRCategory("CatLayout")]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
public: __property System.int get_Width();
public: __property void set_Width( 
   System.int value
);
[SRDescription("ControlWidthDescr")]
[System.ComponentModel.Browsable(false)]
[SRCategory("CatLayout")]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
public:
property System.int Width {
   System.int get();
   void set (    System.int value);
}
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

WorkbookDesigner Class
WorkbookDesigner Members