'Declaration
<SRDescriptionAttribute("ControlMarginDescr")> <SRCategoryAttribute("CatLayout")> <System.ComponentModel.LocalizableAttribute(True)> 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
[SRDescription("ControlMarginDescr")] [SRCategory("CatLayout")] [System.ComponentModel.Localizable(true)] public System.Windows.Forms.Padding Margin {get; set;}