SpreadsheetGear 2017
Left Property (FormulaBar)






SpreadsheetGear.Windows.Forms Namespace > FormulaBar Class : Left Property
Syntax
'Declaration
 
<SRCategoryAttribute("CatLayout")>
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRDescriptionAttribute("ControlLeftDescr")>
Public Property Left As System.Integer
'Usage
 
Dim instance As FormulaBar
Dim value As System.Integer
 
instance.Left = value
 
value = instance.Left
[SRCategory("CatLayout")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("ControlLeftDescr")]
public System.int Left {get; set;}
public read-write property Left: System.Integer; 
SRCategoryAttribute("CatLayout")
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
SRDescriptionAttribute("ControlLeftDescr")
public function get,set Left : System.int
[SRCategory("CatLayout")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("ControlLeftDescr")]
public: __property System.int get_Left();
public: __property void set_Left( 
   System.int value
);
[SRCategory("CatLayout")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("ControlLeftDescr")]
public:
property System.int Left {
   System.int get();
   void set (    System.int 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

FormulaBar Class
FormulaBar Members