ExpandableExcelReportΒΆ

Description

Determines if the directory tree of the Excel Report will be exported in an expanable Excel sheet.

Syntax

SetOption ExpandableExcelReport: <Boolean>;

Example

$SOS.SetOption("ExpandableExcelReport", $true) # PowerShell
SOS.SetOption "ExpandableExcelReport", true ' VBS

The directory tree in the Excel Report will be exported in an expandable Excel sheet.