Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection class

PowerQueryFormulaItemCollection class

Represents all item of the power query formula.

class PowerQueryFormulaItemCollection

Methods

MethodDescription
begin()Returns an iterator to the beginning of the PowerQueryFormulaItemCollection.
end()Returns an iterator to the end of the PowerQueryFormulaItemCollection.
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()Gets the number of elements contained in the instance.
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