TableRow Object

Build 1501 on 14/Nov/2017  This topic last edited on: 9/May/2012, at 13:02

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

HasAdd MethodReturns true if the Add property has a value.
HasRuleColor MethodReturns true if the RuleColor property has a value.
HasRuleGray MethodReturns true if the RuleGray property has a value.
HasRuleWidth MethodReturns true if the RuleWidth property has a value.
HasStep MethodReturns true if the Step property has a value.
HasSub MethodReturns true if the Sub property has a value.
Edit MethodEdits the attributes with a dialog identical to the one used by the EditTableRowDlg command.
Reset MethodResets all the properties to 'no value'

Properties

Horizontal rules

RuleColor PropertyThe name of the color of the horizontal rule under the tabulation row.
RuleGray PropertyThe tint of the color of the horizontal rule under the tabulation row.
RuleWidth PropertyThe weight of the horizontal rule under the tabulation row.

Vertical justification

Step PropertyRow height step in millipoints.
Add PropertyMaximum vertical space that can be added above the tabulation row when vertically justifiyng the whole text.
Sub PropertyMaximum 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