Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection class

PowerQueryFormulaParameterCollection class

Represents the parameters of power query formula.

Deprecated

Use PowerQueryFormulaCollection class, instead.

class PowerQueryFormulaParameterCollection

Methods

MethodDescription
Get(int32_t index)Gets PowerQueryFormulaParameter by the index in the list.
Get(const U16String& name)Gets PowerQueryFormulaParameter by the name of the item.
Get(const char16_t* name)Gets PowerQueryFormulaParameter by the name of the item.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const PowerQueryFormulaParameterCollection& src)operator=
PowerQueryFormulaParameterCollection()Default constructor.
PowerQueryFormulaParameterCollection(PowerQueryFormulaParameterCollection_Impl* impl)Constructs from an implementation object.
PowerQueryFormulaParameterCollection(const PowerQueryFormulaParameterCollection& src)Copy constructor.
~PowerQueryFormulaParameterCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

Remarks

NOTE: This class is now obsolete. Instead, please use PowerQueryFormulaCollection class. This property will be removed 12 months later since November 2024. Aspose apologizes for any inconvenience you may have experienced.

See Also