ChartDirector 5.1 (.NET Edition)

CDMLTable.getRowStyle


Usage

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

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.