If I analyse a TextTable programmatically I can see rows, columns and cells. The TextTableCell class hosts whatever text a user provides and provides method GetTextBlock() .
Suppose I want to add a DgnLink to a cell in a TextTable . DgnLinks are attached…