Class ExcelPowerQueryMetadataItem
A power query metadata item used for describing the M-Formula.
Inherited Members
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
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 |