'Declaration
<SRCategoryAttribute("CatLayout")> <System.ComponentModel.BrowsableAttribute(False)> <SRDescriptionAttribute("ControlRightDescr")> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public ReadOnly Property Right As System.Integer
'Usage
Dim instance As WorkbookDesigner Dim value As System.Integer value = instance.Right
[SRCategory("CatLayout")] [System.ComponentModel.Browsable(false)] [SRDescription("ControlRightDescr")] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public System.int Right {get;}