PowerQueryFormula
Contents
[
Hide
]PowerQueryFormula class
Represents the definition of power query formula.
Properties
| Name | Type | Description |
|---|---|---|
| Type | int | The value of the property is PowerQueryFormulaType integer constant. |
| GroupName | String | |
| FormulaDefinition | String | Gets the definition of the power query formula. |
| Name | String | Gets and sets the name of the power query formula. |
| Description | String | |
| PowerQueryFormulaItems | PowerQueryFormulaItemCollection | Gets all items of power query formula. |
PowerQueryFormula.Type property
The value of the property is PowerQueryFormulaType integer constant.
Type: int
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