Click or drag to resize

CompatibilityOptionsAutofitToFirstFixedWidthCell Property

Allow Table Columns To Exceed Preferred Widths of Constituent Cells.

Namespace:  Aspose.Words.Settings
Assembly:  Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntax
public bool AutofitToFirstFixedWidthCell { get; set; }

Property Value

Type: Boolean
Remarks
The option is called "Use Word 2003 table autofit rules" in MS Word 2013 user interface. It actually affects how the grid is calculated for fixed layout tables, too (for some cases).
See Also