ITableNode
The ITableNode interface provides information about a table.
Properties
Name | Description |
---|---|
Read-only. The name of the table as displayed in the EBA Filing Pane. | |
Read-only. This is always false for table nodes. Use this to distinguish between IGroupNode and ITableNode members of the Nodes collection. | |
Read-only. This is always true for table nodes. Use this to distinguish between IGroupNode and ITableNode members of the Nodes collection. | |
Read-only. Returns a collection of IForm objects that represent concrete forms that can be displayed as Excel worksheet. | |
Read-only. This is true if additional sub forms can be added to the table, for example, if the table has open aspects on the z-axis. In most cases, this is a form for each country or currency. | |
Read-only. The filing indicator code of the table. | |
Read-only. The RC code of the table. | |
True if the table should be part of the report; false otherwise. If you set this property to true for the first time, a new worksheet for this table will be created. | |
True for tables with an open X-axis; false otherwise. | |
True for tables with an open Y-axis; false otherwise. |
Methods
Name | Description |
---|---|
Creates a new sub-form of this table and returns the respective IForm object. This method returns null if no sub-form can be added. |