SpreadsheetGear 2017
LayoutEngine Property (WorkbookView)






SpreadsheetGear.Windows.Forms Namespace > WorkbookView Class : LayoutEngine Property
Syntax
'Declaration
 
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.ComponentModel.BrowsableAttribute(False)>
Public Overridable ReadOnly Property LayoutEngine As System.Windows.Forms.Layout.LayoutEngine
'Usage
 
Dim instance As WorkbookView
Dim value As System.Windows.Forms.Layout.LayoutEngine
 
value = instance.LayoutEngine
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.Browsable(false)]
public virtual System.Windows.Forms.Layout.LayoutEngine LayoutEngine {get;}
public read-only property LayoutEngine: System.Windows.Forms.Layout.LayoutEngine; virtual; 
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
System.ComponentModel.BrowsableAttribute()
public function get LayoutEngine : System.Windows.Forms.Layout.LayoutEngine
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.Browsable(false)]
public: __property virtual System.Windows.Forms.Layout.LayoutEngine* get_LayoutEngine();
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.Browsable(false)]
public:
virtual property System.Windows.Forms.Layout.LayoutEngine^ LayoutEngine {
   System.Windows.Forms.Layout.LayoutEngine^ get();
}
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