string
The string values in the column panels of table_window. This is a two-dimensional array, where table_window.column_data[i][j] is the text value of the j th panel of column i. Whole columns of data may be referenced by just table_window.column_data[i], which will return multiple string values.
In the above description, a "column" is a logical column which for a row based table window is the same as a physical column. For column-based table windows the meaning of "row" and "column" should be reversed.
Structures: |