TableColumn Object

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

The TableColumn object provides control over attributes of a tabulation column, i.e. all the attributes that can be modified using the EditTableColumnDlg command.

This object, as other table objects, is available in Ted and during text editing also in Fred.

Methods

Edit MethodEdits the attributes with a dialog identical to the one used by the EditTableColumnDlg command.
HasCmds MethodReturns true if the Cmds property has a value.
HasFixed MethodReturns true if the Fixed 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.
Reset MethodResets all the properties to 'no value'

Properties

Cmds PropertyThe string of markup commands automatically applied to all the cells of the tabulation column.
RuleColor PropertyThe name of the color of the vertical rule next to the tabulation column.
RuleGray PropertyThe tint of the color of the vertical rule next to the tabulation column.
RuleWidth PropertyThe weight of the vertical rule next to the tabulation column.
Width PropertyThe width of the tabulation column in millipoints.

See also

Overview of the TableColumn object

NewTable and CurTable objects

TableRow object

TableCell object