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

objectPowerQueryFormula

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

string

FormulaDefinition

Gets the definition of the power query formula.

public virtual string FormulaDefinition { get; }

Property Value

string

GroupName

Gets the name of group which contains this power query formula.

public string GroupName { get; }

Property Value

string

Name

Gets and sets the name of the power query formula.

public string Name { get; set; }

Property Value

string

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; }

Property Value

PowerQueryFormulaType