Altova Solvency II XBRL Add-in for Excel, Version 2024 Enterprise Edition

The ITableNode interface provides information about a table.

 

Properties

Name

Description

Text

Read-only.

The name of the table as displayed in the Solvency II Report Pane.

IsGroup

Read-only.

This is always false for table nodes. Use this to distinguish between IGroupNode and ITableNode members of the Nodes collection.

IsTable

Read-only.

This is always true for table nodes. Use this to distinguish between IGroupNode and ITableNode members of the Nodes collection.

Forms

Read-only.

Returns a collection of IForm objects that represent concrete forms that can be displayed as an Excel worksheet.

CanAddSubForm

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.

FilingIndicator

Read-only.

The filing indicator code of the table.

RCCode

Read-only.

The RC code of the table.

IncludeInFiling

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.

HasOpenXAxis

True for tables with an open X-axis; false otherwise.

HasOpenYAxis

True for tables with an open Y-axis; false otherwise.

 

Methods

Name

Description

AddSubForm

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.

 

© 2017-2023 Altova GmbH