Show / Hide Table of Contents

Class ExcelPowerQueryMetadataItem

A power query metadata item used for describing the M-Formula.

Inheritance
object
ExcelPowerQueryMetadataItem
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 ExcelPowerQueryMetadataItem

Properties

Entries

A collection of metadata entries.

Declaration
public List<ExcelPowerQueryMetaDataEntry> Entries { get; }
Property Value
Type Description
List<ExcelPowerQueryMetaDataEntry>

ItemPath

The item path if ItemType is set to Formula.

Declaration
public string ItemPath { get; set; }
Property Value
Type Description
string

ItemType

If the items applies to all formulas or only a single formula. The formula must exist in the Formulas.

Declaration
public ePowerQueryMetadataItemType ItemType { get; set; }
Property Value
Type Description
ePowerQueryMetadataItemType
In this article
Back to top Generated by DocFX