Drawing Tables
A drawing table in Creo Object TOOLKIT C++ is represented by the interface pfcTable. It is a child of the pfcModelItem interface.
Some drawing table methods operate on specific rows or columns. The row and column numbers in Creo Object TOOLKIT C++ begin with 1 and range up to the total number of rows or columns in the table. Some drawing table methods operate on specific table cells. The interface pfcTableCell is used to represent a drawing table cell.