ChartDirector 7.1 (.NET Edition)

CDMLTable.getRowStyle


Usage

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

Description

Gets the TextBox object that represents the prototype of the cells in a row.

Arguments

ArgumentDefaultDescription
row(Mandatory)The row number of the row. The row is numbered from top to bottom, with the top row being 0.

Return Value

A TextBox object representing the prototype of the cells in the row. This may be used to fine-tune the appearance of the cells in the row.