Gets or sets The tblLayout element specifies that the table must use the auto layout algorithe.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("This properties is obsolete")]
public bool AutoFitTableLayout { get; set; }
<ObsoleteAttribute("This properties is obsolete")> 
Public Property AutoFitTableLayout As Boolean
	Get
	Set
public:
[ObsoleteAttribute(L"This properties is obsolete")]
property bool AutoFitTableLayout {
	bool get ();
	void set (bool value);
}
[<ObsoleteAttribute("This properties is obsolete")>]
member AutoFitTableLayout : bool with get, set

Property Value

Boolean

See Also