Cell.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 cell 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
Controls the way Microsoft Word adjusts the cell width.
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(Single, WdRulerStyle) method should be used with care.