'Declaration
Protected Overridable ReadOnly Property DefaultMargin As System.Windows.Forms.Padding
'Usage
Dim instance As WorkbookView Dim value As System.Windows.Forms.Padding value = instance.DefaultMargin
protected virtual System.Windows.Forms.Padding DefaultMargin {get;}
protected read-only property DefaultMargin: System.Windows.Forms.Padding; virtual;
protected function get DefaultMargin : System.Windows.Forms.Padding
protected: __property virtual System.Windows.Forms.Padding get_DefaultMargin();
protected: virtual property System.Windows.Forms.Padding DefaultMargin { System.Windows.Forms.Padding get(); }