RowFormat
LayoutType Property
|
Note: This API is now obsolete.
Gets or set the value of the layoutType.
This element specifies the algorithm which shall be usedto layout the comtents of the table within the document.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
[ObsoleteAttribute("This property is deprecated. Please call the "Table.Format.LayoutType" property.")]
public LayoutType LayoutType { get; set; }
<ObsoleteAttribute("This property is deprecated. Please call the "Table.Format.LayoutType" property.")>
Public Property LayoutType As LayoutType
Get
Set
public:
[ObsoleteAttribute(L"This property is deprecated. Please call the "Table.Format.LayoutType" property.")]
property LayoutType LayoutType {
LayoutType get ();
void set (LayoutType value);
}
[<ObsoleteAttribute("This property is deprecated. Please call the "Table.Format.LayoutType" property.")>]
member LayoutType : LayoutType with get, set
Property Value
Type:
LayoutType
The type of the layout.
See Also