SpreadsheetGear 2012
DisplayRectangle Property (WorkbookView)






Syntax
'Declaration
 
<SRDescriptionAttribute("Retrieves the display rectangle of this control.")>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<System.ComponentModel.BrowsableAttribute(False)>
Public Overridable ReadOnly Property DisplayRectangle As System.Drawing.Rectangle
'Usage
 
Dim instance As WorkbookView
Dim value As System.Drawing.Rectangle
 
value = instance.DisplayRectangle
[SRDescription("Retrieves the display rectangle of this control.")]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public virtual System.Drawing.Rectangle DisplayRectangle {get;}
public read-only property DisplayRectangle: System.Drawing.Rectangle; virtual; 
SRDescriptionAttribute("Retrieves the display rectangle of this control.")
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
System.ComponentModel.BrowsableAttribute()
public function get DisplayRectangle : System.Drawing.Rectangle
[SRDescription("Retrieves the display rectangle of this control.")]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public: __property virtual System.Drawing.Rectangle get_DisplayRectangle();
[SRDescription("Retrieves the display rectangle of this control.")]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public:
virtual property System.Drawing.Rectangle DisplayRectangle {
   System.Drawing.Rectangle get();
}
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