| 
TableFormat
LayoutType Property
  | 
 Gets or sets the layout type of the table.
 Namespace:
 Spire.Doc.Formatting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
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
 
 Type:
 
LayoutType
 
 
 See Also
See Also