docx
    Preparing search index...

    Variable TableLayoutTypeConst

    TableLayoutType: { AUTOFIT: "autofit"; FIXED: "fixed" } = ...

    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>

    Type declaration

    • ReadonlyAUTOFIT: "autofit"

      Auto-fit layout - column widths are adjusted based on content

    • ReadonlyFIXED: "fixed"

      Fixed layout - column widths are fixed as specified