SpreadsheetGear 2017
DefaultMaximumSize Property (WorkbookDesigner)






SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : DefaultMaximumSize Property
Syntax
'Declaration
 
Protected Overridable ReadOnly Property DefaultMaximumSize As System.Drawing.Size
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Drawing.Size
 
value = instance.DefaultMaximumSize
protected virtual System.Drawing.Size DefaultMaximumSize {get;}
protected read-only property DefaultMaximumSize: System.Drawing.Size; virtual; 
protected function get DefaultMaximumSize : System.Drawing.Size
protected: __property virtual System.Drawing.Size get_DefaultMaximumSize();
protected:
virtual property System.Drawing.Size DefaultMaximumSize {
   System.Drawing.Size 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

WorkbookDesigner Class
WorkbookDesigner Members