SpreadsheetGear 2017
Margin Property (WorkbookView)






SpreadsheetGear.Windows.Forms Namespace > WorkbookView Class : Margin Property
Syntax
'Declaration
 
<SRCategoryAttribute("CatLayout")>
<System.ComponentModel.LocalizableAttribute(True)>
<SRDescriptionAttribute("ControlMarginDescr")>
Public Property Margin As System.Windows.Forms.Padding
'Usage
 
Dim instance As WorkbookView
Dim value As System.Windows.Forms.Padding
 
instance.Margin = value
 
value = instance.Margin
[SRCategory("CatLayout")]
[System.ComponentModel.Localizable(true)]
[SRDescription("ControlMarginDescr")]
public System.Windows.Forms.Padding Margin {get; set;}
public read-write property Margin: System.Windows.Forms.Padding; 
SRCategoryAttribute("CatLayout")
System.ComponentModel.LocalizableAttribute()
SRDescriptionAttribute("ControlMarginDescr")
public function get,set Margin : System.Windows.Forms.Padding
[SRCategory("CatLayout")]
[System.ComponentModel.Localizable(true)]
[SRDescription("ControlMarginDescr")]
public: __property System.Windows.Forms.Padding get_Margin();
public: __property void set_Margin( 
   System.Windows.Forms.Padding value
);
[SRCategory("CatLayout")]
[System.ComponentModel.Localizable(true)]
[SRDescription("ControlMarginDescr")]
public:
property System.Windows.Forms.Padding Margin {
   System.Windows.Forms.Padding get();
   void set (    System.Windows.Forms.Padding 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

WorkbookView Class
WorkbookView Members