Click or drag to resize
Row Class
Row class represents the table's row object in Microsoft Word.
Inheritance Hierarchy
SystemObject
  Aceoffix.WordWriterRow

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

The Row type exposes the following members.

Methods
  NameDescription
Public methodSetHeight(Single)
Sets the height of the row.
Public methodSetHeight(Single, WdRowHeightRule)
Sets the height of the row.
Top
Properties
  NameDescription
Public propertyIndex
Gets the index of the row.
Top
Remarks
Row class represents the table's row object defined in Microsoft Word. You can only call the OpenRow(Int32) method to get the Row object.
See Also