The TableRow object provides control over attributes of a tabulation row, i.e. all the attributes that can be modified using the EditTableRowDlg command.
Methods
Edit Method | Edits the attributes with a dialog identical to the one used by the EditTableRowDlg command. |
Properties
Horizontal rules
RuleGray Property | The tint of the color of the horizontal rule under the tabulation row. |
Vertical justification
Add Property | Maximum vertical space that can be added above the tabulation row when vertically justifiyng the whole text. |
Sub Property | Maximum vertical space to be subtracted above the tabulation row when vertically justifiyng the whole text. |
To create a TableRow object:
Dim objTableRow = Text.GetTableRow
Overview of the TableRow object
NewTable and CurTable objects
TableColumn object
TableCell object