Click or drag to resize
ColumnSetWidth Method (Single, WdRulerStyle)
Sets the width of the column.

Namespace: Aceoffix.WordWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public void SetWidth(
	float ColumnWidth,
	WdRulerStyle RulerStyle
)

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