Class ExcelPowerQueryPermissions
Power query permission settings
Inherited Members
Namespace: OfficeOpenXml.Data.Connection
Assembly: EPPlus.dll
Syntax
public class ExcelPowerQueryPermissions
Properties
FirewallEnabled
if the privacy Level settings are used when combining data. See the [MSFT-Support] article Set Privacy levels (Power Query) for more information.
Declaration
public bool FirewallEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
PrivacyLevel
The Privacy Level of the current spreadsheet. See the [MSFT-Support] article Set Privacy levels (Power Query) for more information.
Declaration
public ePowerQueryPermissionWorkbookGroupType PrivacyLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| ePowerQueryPermissionWorkbookGroupType |