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

Description

Returns an int representing the width of a particular column. The GetPreferredColumnWidth method returns the width of the column in twips. One twip = (1/20 pt) or (1/1440 in).

C#
vb.net

Parameters

column
An int representing the column index of the desired column.

Returns

An int representing the width in twips for the column at the specified column index.

Remarks

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

Examples

C#
vb.net
  • No labels