SpreadsheetGear 2012
Location Property (WorkbookView)






Syntax
'Declaration
 
<System.ComponentModel.LocalizableAttribute(True)>
<SRCategoryAttribute("Layout")>
<SRDescriptionAttribute("The coordinates of the upper-left corner of the control relative to the upper-left corner of its container.")>
Public Property Location As System.Drawing.Point
'Usage
 
Dim instance As WorkbookView
Dim value As System.Drawing.Point
 
instance.Location = value
 
value = instance.Location
[System.ComponentModel.Localizable(true)]
[SRCategory("Layout")]
[SRDescription("The coordinates of the upper-left corner of the control relative to the upper-left corner of its container.")]
public System.Drawing.Point Location {get; set;}
public read-write property Location: System.Drawing.Point; 
System.ComponentModel.LocalizableAttribute()
SRCategoryAttribute("Layout")
SRDescriptionAttribute("The coordinates of the upper-left corner of the control relative to the upper-left corner of its container.")
public function get,set Location : System.Drawing.Point
[System.ComponentModel.Localizable(true)]
[SRCategory("Layout")]
[SRDescription("The coordinates of the upper-left corner of the control relative to the upper-left corner of its container.")]
public: __property System.Drawing.Point get_Location();
public: __property void set_Location( 
   System.Drawing.Point value
);
[System.ComponentModel.Localizable(true)]
[SRCategory("Layout")]
[SRDescription("The coordinates of the upper-left corner of the control relative to the upper-left corner of its container.")]
public:
property System.Drawing.Point Location {
   System.Drawing.Point get();
   void set (    System.Drawing.Point 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