'Declaration
<SRCategoryAttribute("CatAppearance")> <System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.DefaultValueAttribute(False)> <SRDescriptionAttribute("ControlRightToLeftLayoutDescr")> Public Overridable Property RightToLeftLayout As System.Boolean
'Usage
Dim instance As WorkbookDesigner Dim value As System.Boolean instance.RightToLeftLayout = value value = instance.RightToLeftLayout
[SRCategory("CatAppearance")] [System.ComponentModel.Localizable(true)] [System.ComponentModel.DefaultValue(false)] [SRDescription("ControlRightToLeftLayoutDescr")] public virtual System.bool RightToLeftLayout {get; set;}
public read-write property RightToLeftLayout: System.Boolean; virtual;
SRCategoryAttribute("CatAppearance") System.ComponentModel.LocalizableAttribute() System.ComponentModel.DefaultValueAttribute() SRDescriptionAttribute("ControlRightToLeftLayoutDescr") public function get,set RightToLeftLayout : System.boolean
[SRCategory("CatAppearance")] [System.ComponentModel.Localizable(true)] [System.ComponentModel.DefaultValue(false)] [SRDescription("ControlRightToLeftLayoutDescr")] public: __property virtual System.bool get_RightToLeftLayout(); public: __property virtual void set_RightToLeftLayout( System.bool value );