HRuleWidth Property

Build 1501 on 14/Nov/2017  This topic last edited on: 23/Mar/2016, at 12:23

Description

The weight in millipoints of the horizontal rule between the tabulation rows.

Note: the rules are actually drawn below rows, so the rule below the last row will coincide with the table border (if any).

Syntax

object.HRuleWidth(iRowType) [ =mWeight ]

object

Required. Object name, returned by Text.GetNewTable or Text.GetCurTable.

iRowType

0 = Odd (defrow 0), 1 = First (defrow -2), 2 = Last (defrow -3), 3 = Even (defrow -1).

Please note that if you want to set the same values for entire table, use iRowType = 0, that corresponds to odd rows, but if it's only specified, than it sets all row types.

mWeight

Rule weight.

Example

See the example in HRuleColor.