Connecting a Table to a Data Source

AcDbLinkedTableData can be populated with arbitrary data by using its setDataLink() function. This function is overloaded in two ways. The first method allows you to specify a certain a single cell which requires updating: The second option allows you to pass an AcCellRange object to update a range of cells. Multiple ranges can also connect to multiple sources.