Click or drag to resize
Table Class
Table class represents the table object defined in Word.
Inheritance Hierarchy
SystemObject
  Aceoffix.WordWriterTable

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

The Table type exposes the following members.

Methods
  NameDescription
Public methodInsertRowAfter
Inserts new rows below the row with the specified cell.
Public methodCode exampleOpenCellRC
Opens the specified cell and returns a Cell object.
Public methodOpenColumn
Opens the specified column and returns a column object.
Public methodOpenRow
Opens the specified row and returns a row object.
Public methodRemoveRowAt
Removes the row with the specified cell.
Public methodSetRowsHeight(Single)
Sets the height of all rows in the Table.
Public methodSetRowsHeight(Single, WdRowHeightRule)
Sets the height of all rows in the Table.
Top
Properties
  NameDescription
Public propertyBorder
Gets the border object.
Public propertyIndex
Gets the index of the table.
Public propertyPreferredWidth
Sets the width of the table. Whether the table width is in points or in percent depends on the value of PreferredWidthType.
Public propertyPreferredWidthType
The preferred width type used to set width.
Top
Remarks
Table class represents the table object defined in Word. You can only call the OpenTable(Int32) method to get the Table obeject.
See Also