Class PowerQueryFormulaFunction

PowerQueryFormulaFunction class

Represents the function of power query.

public class PowerQueryFormulaFunction : PowerQueryFormula

Properties

NameDescription
F { get; set; }Gets and sets the definition of function.
virtual FormulaDefinition { get; }Gets the definition of the power query formula.(Inherited from PowerQueryFormula.)
GroupName { get; }Gets the name of group which contains this power query formula.(Inherited from PowerQueryFormula.)
Name { get; set; }Gets and sets the name of the power query formula.(Inherited from PowerQueryFormula.)
PowerQueryFormulaItems { get; }Gets all items of power query formula.(Inherited from PowerQueryFormula.)
override Type { get; }Gets the type of power query formula.

See Also