TextFrame.AutoMargins Property

Definition

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.

Applies to