The TableCell object provides control over attributes of a tabulation cell, i.e. all the attributes that can be modified using the EditTableCellDlg command.
Methods
HasAdvance Method | Returns true if the Advance property has a value. |
HasBottomAdd Method | Returns true if the BottomAdd property has a value. |
HasBottomAdvance Method | Returns true if the BottomAdvance property has a value. |
HasDrawHRule Method | Returns true if the DrawHRule property has a value. |
HasDrawVRule Method | Returns true if the DrawVRule property has a value. |
HasFillColor Method | Returns true if the FillColor property has a value. |
HasTopAdd Method | Returns true if the TopAdd property has a value. |
HasTopAdvance Method | Returns true if the TopAdvance property has a value. |
Edit Method | Edits the attributes with a dialog identical to the one used by the EditTableCellDlg command. |
Reset Method | Resets all the properties to 'no value'. |
Properties
Margins
Advance Property | Margins of the tabulation cells in millipoints. |
Vertical justification of cells
TopAdd Property | Maximum space that can be added above the text of the cell. |
BottomAdd Property | Maximum space that can be added below the text of the cell. |
Horizontal rules
DrawHRule Property | True if the horizontal rule under the cell should be drawn. |
DrawVRule Property | True if the vertical rule next to the cell should be drawn. |
Fill color
FillColorGray Property | Returns or sets the tint of the cell fill color. |
FillColorName Property | Returns or sets the name of the cell fill color. |
To create a TableCell object
Dim objTableCell = Text.GetTableCell
See also