ColumnSetWidth Method (Single, WdRulerStyle) |
Sets the width of the column.
Namespace: Aceoffix.WordWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic void SetWidth(
float ColumnWidth,
WdRulerStyle RulerStyle
)
Public Sub SetWidth (
ColumnWidth As Single,
RulerStyle As WdRulerStyle
)
Parameters
- ColumnWidth
- Type: SystemSingle
Specify the width of the column, in points. - RulerStyle
- Type: Aceoffix.WordWriterWdRulerStyle
Width rule is used to adjust the width of the cells in Microsoft Word.
See Also