SpreadsheetGear 2012
Right Property (WorkbookView)






Syntax
'Declaration
 
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.ComponentModel.BrowsableAttribute(False)>
<SRCategoryAttribute("Layout")>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRDescriptionAttribute("The distance, in pixels, between the right edge of the control and the left edge of its container's client area.")>
Public ReadOnly Property Right As System.Integer
'Usage
 
Dim instance As WorkbookView
Dim value As System.Integer
 
value = instance.Right
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.Browsable(false)]
[SRCategory("Layout")]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("The distance, in pixels, between the right edge of the control and the left edge of its container's client area.")]
public System.int Right {get;}
public read-only property Right: System.Integer; 
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
System.ComponentModel.BrowsableAttribute()
SRCategoryAttribute("Layout")
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
SRDescriptionAttribute("The distance, in pixels, between the right edge of the control and the left edge of its container's client area.")
public function get Right : System.int
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.Browsable(false)]
[SRCategory("Layout")]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("The distance, in pixels, between the right edge of the control and the left edge of its container's client area.")]
public: __property System.int get_Right();
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.Browsable(false)]
[SRCategory("Layout")]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("The distance, in pixels, between the right edge of the control and the left edge of its container's client area.")]
public:
property System.int Right {
   System.int 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