Drawing Tables
A drawing table in the VB API is represented by the IpfcTable. It is a child of the IpfcModelItem interface .
Some drawing table methods operate on specific rows or columns. The row and column numbers in the VB API 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 interfaceIpfcTableCell is used to represent a drawing table cell.