ChartDirector 7.1 (.NET Edition)

CDMLTable.getCell


Usage

[C#]public ChartDirector.TextBox getCell(int col, int row);
[VB]Public Function getCell(col As Integer, row As Integer) As ChartDirector.TextBox

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.