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

Description

Sets an int representing the width of a particular column. In order to set the width of a column, you must first set the PreferredColumnWidthUnit of that column.

C#
vb.net

Parameters

column
An int representing the index of the column for which to change the width.
width
An int representing the column's new width in twips. One twip = (1/20 pt) or (1/1440 in).

Remarks

MS Word equivalent: Table menu > Table properties... > Column tab > Size section > Column #: > Preferred width:

Examples

C#
vb.net
  • No labels