Show / Hide Table of Contents

Class ExcelPowerQueryPermissions

Power query permission settings

Inheritance
object
ExcelPowerQueryPermissions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX