The entire data contents of the record table, formatted using the column format settings.
Usage
Array = Get_Property(OLECtrlEntID, "OLE.ListFormatted")
Values
Array has the following structure:
Pos | Name | Type | Description |
---|---|---|---|
<1> | Row | Text | The contents of an entire row |
<1, 1> | Column | Text | The contents of a cell in the row |
Remarks
The ListFormatted property is a read only version of the List property that formats the data using the column formats. Group rows are omitted.
Example
// Read the table's contents as formatted and viewd by the user Data = Get_Property(@Window:".OLE_RECORDTABLE", "OLE.ListFormatted")