TableFormat
AllowAutoFit Property
|
Gets or sets a value indicating whether the layout should automatically fit the content.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool AllowAutoFit { get; set; }
Public Property AllowAutoFit As Boolean
Get
Set
public:
property bool AllowAutoFit {
bool get ();
void set (bool value);
}
member AllowAutoFit : bool with get, set
Property Value
Type:
Boolean
See Also