TableCells Methods |
The TableCells type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose | |
![]() | GetColumnWidth |
Use this method to get the width of a column in the table. |
![]() | GetDocument |
Returns the parent Document object.
|
![]() | GetEngine |
Returns the Engine object.
|
![]() | GetEnumerator | |
![]() | GetItem |
This property returns the requested TableCell object from the collection. |
![]() | GetRowHeight |
Use this property to get the height of a row in the table. |
![]() | LocateCells |
This method analyses the related WT_TABLE type UserZone and detects the table structure automatically. |
![]() | MergeColumns |
This method merges a set of cells horizontally in the table. |
![]() | MergeRows |
This method merges a set of cells vertically in the table. |
![]() | SetColumnWidth |
Use this method to set the width of a column in the table. |
![]() | SetGrid |
This method defines the table grid. |
![]() | SetRowHeight |
Use this property to set the height of a row in the table. |
![]() | SplitColumn |
This method splits one or more cells horizontally. |
![]() | SplitRow |
This method splits one or more cells vertically. |