Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection class

PowerQueryFormulaItemCollection class

Represents all item of the power query formula.

class PowerQueryFormulaItemCollection

Methods

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

Fields

FieldDescription
_implThe implementation object.

See Also