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