TextFrame.AutoMargins Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if Microsoft Excel automatically calculates text frame margins.
public:
property bool AutoMargins { bool get(); void set(bool value); };
public bool AutoMargins { get; set; }
Public Property AutoMargins As Boolean
Property Value
Remarks
When this property is True, the MarginLeft, MarginRight, MarginTop, and MarginBottom properties are ignored.