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 RecordList property is very much like the List property, with one important difference. The List property provides all the data as it appears to the user, which takes sorting and grouping into account. This property returns the data as it was originally supplied to the control, i.e., unsorted and without group rows.

Note also that this property returns the data in it's raw formatting. If you want the data unsorted, ungrouped, but formatted, use the RecordListFormatted property.

Example

Code Block
// Read the table's contents, ungrouped and unsorted
RecordData = Get_Property(@Window:".OLE_RECORDTABLE", "OLE.RecordList")

See Also

ListExListExFormattedListFormattedRecordListFormatted