SpreadsheetGear 2012
Region Property (WorkbookView)






Syntax
'Declaration
 
<SRCategoryAttribute("Layout")>
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRDescriptionAttribute("The region, or shape, of this control.")>
Public Property Region As System.Drawing.Region
'Usage
 
Dim instance As WorkbookView
Dim value As System.Drawing.Region
 
instance.Region = value
 
value = instance.Region
[SRCategory("Layout")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("The region, or shape, of this control.")]
public System.Drawing.Region Region {get; set;}
public read-write property Region: System.Drawing.Region; 
SRCategoryAttribute("Layout")
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
SRDescriptionAttribute("The region, or shape, of this control.")
public function get,set Region : System.Drawing.Region
[SRCategory("Layout")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("The region, or shape, of this control.")]
public: __property System.Drawing.Region* get_Region();
public: __property void set_Region( 
   System.Drawing.Region* value
);
[SRCategory("Layout")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("The region, or shape, of this control.")]
public:
property System.Drawing.Region^ Region {
   System.Drawing.Region^ get();
   void set (    System.Drawing.Region^ 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