Altova EBA Add-in for Excel, Version 2024 Enterprise Edition

The IForm interface provides information about a form.

 

Properties

Name

Description

Text

Read-only.

The name of the form as displayed in the EBA Filing Pane.

DataRange

Read-only.

The Excel range containing the data of this form.

FormSelectorRange

Read-only.

The Excel range containing the form selector of this form. Namely, the cells that contain the data that distinguishes this form from the other forms of the same table. This returns null if the table does not consist of multiple forms.

Worksheet

Read-only.

The Excel worksheet containing this form. This may be null if IncludeInFiling is false.

IncludeInFiling

True if this form should be part of the report; false otherwise. This shows/hides the respective Excel worksheet.

 

Methods

Name

Description

Remove

Removes this form and deletes the respective Excel worksheet.

AddRow

Adds a row to the data range of tables with open y-axis. Returns the excel range of the new row.

AddColumn

Adds a column to the data range of tables with open x-axis. Returns the excel range of the new column.

 

© 2017-2023 Altova GmbH