Aspose::Cells::QueryTables::PowerQueryFormulaCollection class

PowerQueryFormulaCollection class

Represents all power query formulas in the mashup data.

class PowerQueryFormulaCollection

Methods

MethodDescription
begin()Returns an iterator to the beginning of the PowerQueryFormulaCollection.
end()Returns an iterator to the end of the PowerQueryFormulaCollection.
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()Gets the number of elements contained in the instance.
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.
RemoveBy(const U16String& name)Remove power query formula by name.
RemoveBy(const char16_t* name)Remove power query formula by name.
~PowerQueryFormulaCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also