ITextFrame
IsAutoMargin Property
|
Gets or sets a value indicating whether the element should have automatic margin settings.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsAutoMargin { get; set; }
Property IsAutoMargin As Boolean
Get
Set
property bool IsAutoMargin {
bool get ();
void set (bool value);
}
abstract IsAutoMargin : bool with get, set
Property Value
Type:
Boolean
See Also