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
Anint
representing the index of the column for which to change the width.
width
Anint
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