Element: table_window.row_data[ ] [ ]

Type

string

Description

The string values in the row panels of table_window. This is a two-dimension array, where table_window.row_data[i][j] is the text value of the j th panel of row i. Whole rows of data may be referenced by just table_window.row_data[i], which will return multiple string values.

In the above description, a "row" is a logical row which for a row based table window is the same as a physical row. For column based table windows the meaning of "row" and "column" should be reversed.

See Also

Structures:

window.column_data