Const
Table layout algorithm types.
Specifies how the table width is calculated.
<xsd:simpleType name="ST_TblLayoutType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="fixed"/> <xsd:enumeration value="autofit"/> </xsd:restriction></xsd:simpleType> Copy
<xsd:simpleType name="ST_TblLayoutType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="fixed"/> <xsd:enumeration value="autofit"/> </xsd:restriction></xsd:simpleType>
Readonly
Auto-fit layout - column widths are adjusted based on content
Fixed layout - column widths are fixed as specified
Table layout algorithm types.
Specifies how the table width is calculated.
XSD Schema