ChartDirector 7.1 (C++ Edition)
CDMLTable
.
getRowStyle
Usage
TextBox *getRowStyle(int row);
Description
Gets the
TextBox
object that represents the prototype of the cells in a row.
Arguments
Argument
Default
Description
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.
© 2023 Advanced Software Engineering Limited. All rights reserved.