SpreadsheetGear.Windows.Forms Namespace > WorkbookView Class : Width Property |
'Declaration
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.EditorBrowsableAttribute()> <SRCategoryAttribute("Layout")> <SRDescriptionAttribute("The width of the control, in container coordinates.")> Public Property Width As System.Integer
'Usage
Dim instance As WorkbookView Dim value As System.Integer instance.Width = value value = instance.Width
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable()] [SRCategory("Layout")] [SRDescription("The width of the control, in container coordinates.")] public System.int Width {get; set;}
public read-write property Width: System.Integer;
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) System.ComponentModel.BrowsableAttribute() System.ComponentModel.EditorBrowsableAttribute() SRCategoryAttribute("Layout") SRDescriptionAttribute("The width of the control, in container coordinates.") public function get,set Width : System.int
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable()] [SRCategory("Layout")] [SRDescription("The width of the control, in container coordinates.")] public: __property System.int get_Width(); public: __property void set_Width( System.int value );
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable()] [SRCategory("Layout")] [SRDescription("The width of the control, in container coordinates.")] public: property System.int Width { System.int get(); void set ( System.int value); }
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