Gets or set the value of the layoutType. This element specifies the algorithm which shall be used to layout the comtents of the table within the document.

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public LayoutType LayoutType { get; set; }
Public Property LayoutType As LayoutType
	Get
	Set
public:
property LayoutType LayoutType {
	LayoutType get ();
	void set (LayoutType value);
}
member LayoutType : LayoutType with get, set

Property Value

LayoutType
The type of the layout.

See Also