Page History
...
| Pos | Name | Type | Description | Default |
|---|---|---|---|---|
| <1> | Row | Text | The contents of an entire row | "" |
| <1, 1> | Column | Text | The contents of a cell in the row | "" |
...
The RecordListFormatted property is functionally the same as the RecordList property; they both return the table's data unsorted and ungrouped. However, the RecordListFormatted property also formats the data according to the column's formats.
...
| Code Block |
|---|
// Read the table's contents, ungrouped and unsorted, but formatted RecordDataFormatted = Get_Property(@Window:".OLE_RECORDTABLE", "OLE.RecordListFormatted") |