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 4 Next »

Introduced in build 4.1.0.1331

Description

Sets the preferred width of the table and the units for said width.

C#
vb.net

Parameters

width
The preferred width of the table.
MS Word equivalent: Table menu > Table Properties... > Table tab > Options... > dropdown after "Preferred width"
units
The units for the width.
For Units.Auto:
MS Word equivalent: Table menu > Table Properties... > Table tab > Options... > Preferred width
For Units.Percent, or Units.Twips:
MS Word equivalent: Table menu > Table Properties... > Table tab > Options... > Measure in

Exceptions

ArgumentOutOfRangeException
If units is something other than Units.Auto,Units.Percent, or Units.Twips.

Remarks

$body

Examples

C#
vb.net
  • No labels