SpreadsheetGear 2012
Size Property (WorkbookView)






Syntax
'Declaration
 
<SRCategoryAttribute("Layout")>
<System.ComponentModel.LocalizableAttribute(True)>
<SRDescriptionAttribute("The size of the control in pixels.")>
Public Property Size As System.Drawing.Size
'Usage
 
Dim instance As WorkbookView
Dim value As System.Drawing.Size
 
instance.Size = value
 
value = instance.Size
[SRCategory("Layout")]
[System.ComponentModel.Localizable(true)]
[SRDescription("The size of the control in pixels.")]
public System.Drawing.Size Size {get; set;}
public read-write property Size: System.Drawing.Size; 
SRCategoryAttribute("Layout")
System.ComponentModel.LocalizableAttribute()
SRDescriptionAttribute("The size of the control in pixels.")
public function get,set Size : System.Drawing.Size
[SRCategory("Layout")]
[System.ComponentModel.Localizable(true)]
[SRDescription("The size of the control in pixels.")]
public: __property System.Drawing.Size get_Size();
public: __property void set_Size( 
   System.Drawing.Size value
);
[SRCategory("Layout")]
[System.ComponentModel.Localizable(true)]
[SRDescription("The size of the control in pixels.")]
public:
property System.Drawing.Size Size {
   System.Drawing.Size get();
   void set (    System.Drawing.Size 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

WorkbookView Class
WorkbookView Members

Send Feedback