ExcelVisible
- Last UpdatedNov 17, 2021
- 1 minute read
The ExcelVisible property is a read-write property that specifies whether or not the Excel application user interface is visible when the report is run.
Syntax
aaHistClientWorkbookRunner.ExcelVisible = discrete;
Result = aaHistClientWorkbookRunner.ExcelVisible;
Remarks
If set to True, Excel is visible. If set to False, Excel is not visible. The default value is False.
Setting this property to True is useful when you are testing the report generation.
The default value is False.