Class PowerQueryFormula
Class PowerQueryFormula
Namespace: Aspose.Cells.QueryTables
Assembly: Aspose.Cells.dll (25.2.0)
Represents the definition of power query formula.
public class PowerQueryFormula
Inheritance
Derived
PowerQueryFormulaFunction, PowerQueryFormulaParameter
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Description
Gets and sets the description of the power query formula.
public string Description { get; set; }
Property Value
FormulaDefinition
Gets the definition of the power query formula.
public virtual string FormulaDefinition { get; }
Property Value
GroupName
Gets the name of group which contains this power query formula.
public string GroupName { get; }
Property Value
Name
Gets and sets the name of the power query formula.
public string Name { get; set; }
Property Value
PowerQueryFormulaItems
Gets all items of power query formula.
public PowerQueryFormulaItemCollection PowerQueryFormulaItems { get; }
Property Value
PowerQueryFormulaItemCollection
Type
Gets the type of this power query formula.
public virtual PowerQueryFormulaType Type { get; }