CellColor Property

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

Description

Fill color of the tabulation row for all cells of specified row type in a table.

It can be superseded by the FillColorName property on a cell level.

Syntax

object.CellColor (iRowType) [ =sColor ]

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.

sColor

Color string.

Examples

On a new table

On an existing table

See also

CellGray, FillColorName