The IPrxDocumentTables interface contains properties and methods of data table collection that are used on the text sheet.
Data tables are created on the text sheet on inserting data areas. On changing data area parameters, data table parameters on the text sheet are also changing dynamically. Static tables created on the table sheet and having fixed number of lines and columns are not included in the collection.
The collection of data tables is returned by the IPrxDocument.DocumentTables property.
Property name | Brief description | |
Count | The Count property returns the number of data tables in the collection. | |
Item | The Item property returns parameters of the data table with the specified index. |
Method name | Brief description | |
ItemById | The ItemById method returns data table parameters by its identifier. |
See also: