Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection class

PowerQueryFormulaParameterCollection class

Represents the parameters of power query formula.

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.

See Also