Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

Units used for setting a table cell width.

Signature
C#
C#
 public sealed class WidthUnits : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class WidthUnits
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:Auto}Auto|Width units are automatically chosen|
|{anchor:Null}Null|Default width unit|
|{anchor:Percentage}Percentage|Cell width is measured as a percentage of total width|
|{anchor:Twips}Twips|Cell width is measured in twips|
Values

Name

Description

Anchor
Auto
Auto
Auto

Width units are automatically chosen

Anchor
Null
Null
Null

Default width unit

Anchor
Percentage
Percentage
Percentage

Cell width is measured as a percentage of total width

Anchor
Twips
Twips
Twips

Cell width is measured in twips