Aspose::Cells::QueryTables::PowerQueryFormulaCollection class

PowerQueryFormulaCollection class

Represents all power query formulas in the mashup data.

class PowerQueryFormulaCollection

Methods

MethodDescription
Get(int32_t index)Gets PowerQueryFormula by the index in the list.
Get(const U16String& name)Gets PowerQueryFormula by the name of the power query formula.
Get(const char16_t* name)Gets PowerQueryFormula by the name of the power query formula.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const PowerQueryFormulaCollection& src)operator=
PowerQueryFormulaCollection(PowerQueryFormulaCollection_Impl* impl)Constructs from an implementation object.
PowerQueryFormulaCollection(const PowerQueryFormulaCollection& src)Copy constructor.
~PowerQueryFormulaCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also