Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PosNameTypeDescriptionDefault
<1>RowTextThe contents of an entire row""
<1, 1>ColumnTextThe 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")

See Also

ListExListExFormattedListFormattedRecordList