Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Description

Returns a boolean that represents whether or not this table's width will be set automatically by Word.

C#
vb.net

Remarks

MS Word equivalent: Table menu > Table Properties... > Table tab > Options... > Automatically resize to fit contents

Icon

You will have to call table.SetPreferredColumnWidthUnits(i,TableCell.WidthUnits.Auto) to have each column adjusted to fit the text

Examples

C#
vb.net
  • No labels