Class PowerQueryFormulaFunction

Class PowerQueryFormulaFunction

Namespace: Aspose.Cells.QueryTables
Assembly: Aspose.Cells.dll (25.2.0)

Represents the function of power query.

public class PowerQueryFormulaFunction : PowerQueryFormula

Inheritance

objectPowerQueryFormulaPowerQueryFormulaFunction

Inherited Members

PowerQueryFormula.Type, PowerQueryFormula.GroupName, PowerQueryFormula.FormulaDefinition, PowerQueryFormula.Name, PowerQueryFormula.Description, PowerQueryFormula.PowerQueryFormulaItems, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

F

Gets and sets the definition of function.

public string F { get; set; }

Property Value

string

Type

Gets the type of power query formula.

public override PowerQueryFormulaType Type { get; }

Property Value

PowerQueryFormulaType