Column.SetWidth method (Word)
Sets the width of a column in a table.
Syntax
expression. SetWidth
( _ColumnWidth_
, _RulerStyle_
)
expression Required. A variable that represents a 'Column' object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
ColumnWidth | Required | Single | The width of the specified column or columns, in points. |
RulerStyle | Required | WdRulerStyle | Controls the way Word adjusts cell widths. |
Remarks
The WdRulerStyle behavior described above applies to left-aligned tables. The WdRulerStyle behavior for center- and right-aligned tables can be unexpected; in these cases, the SetWidth method should be used with care.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.