Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection class
Contents
[
Hide
]PowerQueryFormulaParameterCollection class
Represents the parameters of power query formula.
Deprecated
Use PowerQueryFormulaCollection class, instead.
class PowerQueryFormulaParameterCollection
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator 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
Field | Description |
---|---|
_impl | The 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
- Namespace Aspose::Cells::QueryTables
- Library Aspose.Cells for C++