Column.SetWidth(Single, WdRulerStyle) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the width of a column in a table.
public:
void SetWidth(float ColumnWidth, Microsoft::Office::Interop::Word::WdRulerStyle RulerStyle);
public void SetWidth (float ColumnWidth, Microsoft.Office.Interop.Word.WdRulerStyle RulerStyle);
abstract member SetWidth : single * Microsoft.Office.Interop.Word.WdRulerStyle -> unit
Public Sub SetWidth (ColumnWidth As Single, RulerStyle As WdRulerStyle)
Parameters
- ColumnWidth
- Single
The width of the specified column in points.
- RulerStyle
- WdRulerStyle
A value that controls the way Microsoft Word adjusts cell widths.
Remarks
The WdRulerStyle behavior applies to left-aligned tables. The WdRulerStyle behavior for center- and right-aligned tables can be unexpected; in these cases, the SetWidth(Single, WdRulerStyle) method should be used with care.