SetArrayLink(ValueArray, Row, Column)

Sets reference to the value array ValueArray (the LayoutTableValueArray object) for the upper-left cell of the range. It is possible to use this method only if the range consists of one cell (the IsSingleCell method returns True). The Row and Column arguments specify the cell address in the value array. Numbering is from 1.

Also you can set reference to values of value array using the LayoutTableValueArray::Link method.

If the range is not one cell, the exception with the error code GDB_E_WORKS_ONLY_WITH_SINGLE_CELL is triggered.