LayoutTableValueArray Object

The LayoutTableValueArray object represents a value array for the layout element Table. A value array is built on a GDB query (the Query object) by specifying required fields and their sequence as well as numbers of required record. You can include field names and record numbers in the value array.

A value array is created by the LayoutTableSettings::CreateValueArray method.

To display values from the array in the table, you must link them with table cells by the Link or LayoutTableRange::SetArrayLink method.

The value array is saved with the table if it is referred to from table cells. The LayoutTableSettings::GetValueArrays method returns all value arrays that are referred to from the table.