Click or drag to resize
Column Class
Column class represents the table's column object defined in Microsoft Word.
Inheritance Hierarchy
SystemObject
  Aceoffix.WordWriterColumn

Namespace: Aceoffix.WordWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public class Column

The Column type exposes the following members.

Methods
  NameDescription
Public methodSetWidth(Single)
Sets the width of the column.
Public methodSetWidth(Single, WdRulerStyle)
Sets the width of the column.
Top
Properties
  NameDescription
Public propertyIndex
Gets the index of the column.
Top
Remarks
Column class represents the table's column object defined in Microsoft Word. You can only call the OpenColumn(Int32) method to get the Column object.
See Also