IForm
The IForm interface provides information about a form.
Properties
Name | Description |
---|---|
Read-only. The name of the form as displayed in the EBA Filing Pane. | |
Read-only. The Excel range containing the data of this form. | |
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. | |
Read-only. The Excel worksheet containing this form. This may be null if IncludeInFiling is false. | |
True if this form should be part of the report; false otherwise. This shows/hides the respective Excel worksheet. |
Methods
Name | Description |
---|---|
Removes this form and deletes the respective Excel worksheet. | |
Adds a row to the data range of tables with open y-axis. Returns the excel range of the new row. | |
Adds a column to the data range of tables with open x-axis. Returns the excel range of the new column. |