The TableCellFormat object represents the formatting attributes of a table cell.

Syntax

TableCellFormat

Introduced: X18.

Methods

Method Description
getBackColor Gets the table cell's background color.
getNumberFormat Gets a number format for the table cell.
getTextType Gets the text type of the table cell which determines whether the cell's text is interpreted as a number or as text When the type is Text, the cell's text is interpreted as text and it is displayed as it is.
getVerticalAlignment Gets the vertical alignment of the text in the table cell.
setBackColor Sets the table cell's background color.
setNumberFormat Sets the table cell's number format.
setTextType Sets the table cell's text type.
setVerticalAlignment Sets the vertical alignment of the text in the table cell.

Properties

Property Description
bottomBorder The cell's bottom border.
leftBorder The cell's left border.
rightBorder The cell's right border.
topBorder The cell's top border.