PowerQueryFormula

PowerQueryFormula class

Represents the definition of power query formula.

Properties

NameTypeDescription
TypeNumberThe value of the property is PowerQueryFormulaType integer constant.
GroupNameString
FormulaDefinitionStringGets the definition of the power query formula.
NameStringGets and sets the name of the power query formula.
DescriptionString
PowerQueryFormulaItemsPowerQueryFormulaItemCollectionGets all items of power query formula.

PowerQueryFormula.Type property

The value of the property is PowerQueryFormulaType integer constant.

Type: Number

PowerQueryFormula.GroupName property

Type: String

PowerQueryFormula.FormulaDefinition property

Gets the definition of the power query formula.

Type: String

PowerQueryFormula.Name property

Gets and sets the name of the power query formula.

Type: String

PowerQueryFormula.Description property

Type: String

PowerQueryFormula.PowerQueryFormulaItems property

Gets all items of power query formula.

Type: PowerQueryFormulaItemCollection