Click or drag to resize

TableCells Methods

The TableCells type exposes the following members.

Methods
  NameDescription
Public methodDispose
Public methodGetColumnWidth
Use this method to get the width of a column in the table.
Public methodGetDocument
Returns the parent Document object.
Public methodGetEngine
Returns the Engine object.
Public methodGetEnumerator
Public methodGetItem
This property returns the requested TableCell object from the collection.
Public methodGetRowHeight
Use this property to get the height of a row in the table.
Public methodLocateCells
This method analyses the related WT_TABLE type UserZone and detects the table structure automatically.
Public methodMergeColumns
This method merges a set of cells horizontally in the table.
Public methodMergeRows
This method merges a set of cells vertically in the table.
Public methodSetColumnWidth
Use this method to set the width of a column in the table.
Public methodSetGrid
This method defines the table grid.
Public methodSetRowHeight
Use this property to set the height of a row in the table.
Public methodSplitColumn
This method splits one or more cells horizontally.
Public methodSplitRow
This method splits one or more cells vertically.
Top
See Also