ChartDirector 7.0 (Python Edition)

CDMLTable.getCell


Usage

getCell(col, row)

Description

Gets the TextBox object that represents a cell.

Arguments

ArgumentDefaultDescription
col(Mandatory)The column number of the cell. The column is numbered from left to right, with the leftmost column being 0.
row(Mandatory)The row number of the cell. The row is numbered from top to bottom, with the top row being 0.

Return Value

A TextBox object representing the cell. This may be used to fine-tune the appearance of the cell.