SpreadsheetGear 2012
CurrentAutoScaleDimensions Property (WorkbookExplorer)






Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
<SRCategoryAttribute("Layout")>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public ReadOnly Property CurrentAutoScaleDimensions As System.Drawing.SizeF
'Usage
 
Dim instance As WorkbookExplorer
Dim value As System.Drawing.SizeF
 
value = instance.CurrentAutoScaleDimensions
[System.ComponentModel.Browsable(false)]
[SRCategory("Layout")]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public System.Drawing.SizeF CurrentAutoScaleDimensions {get;}
public read-only property CurrentAutoScaleDimensions: System.Drawing.SizeF; 
System.ComponentModel.BrowsableAttribute()
SRCategoryAttribute("Layout")
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
public function get CurrentAutoScaleDimensions : System.Drawing.SizeF
[System.ComponentModel.Browsable(false)]
[SRCategory("Layout")]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public: __property System.Drawing.SizeF get_CurrentAutoScaleDimensions();
[System.ComponentModel.Browsable(false)]
[SRCategory("Layout")]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public:
property System.Drawing.SizeF CurrentAutoScaleDimensions {
   System.Drawing.SizeF 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

WorkbookExplorer Class
WorkbookExplorer Members

Send Feedback