SpreadsheetGear 2017
AutoMargins Property (ITextFrame)






SpreadsheetGear.Shapes Namespace > ITextFrame Interface : AutoMargins Property
Deprecated - this property is no longer supported by Excel 2007 or by SpreadsheetGear.
Syntax
'Declaration
 
<System.ObsoleteAttribute()>
Property AutoMargins As System.Boolean
'Usage
 
Dim instance As ITextFrame
Dim value As System.Boolean
 
instance.AutoMargins = value
 
value = instance.AutoMargins
[System.Obsolete()]
System.bool AutoMargins {get; set;}
read-write property AutoMargins: System.Boolean; 
System.ObsoleteAttribute()
function get,set AutoMargins : System.boolean
[System.Obsolete()]
__property System.bool get_AutoMargins();
__property void set_AutoMargins( 
   System.bool value
);
[System.Obsolete()]
property System.bool AutoMargins {
   System.bool get();
   void set (    System.bool value);
}
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

ITextFrame Interface
ITextFrame Members