Aspose::Cells::QueryTables::PowerQueryFormulaCollection class
Contents
[
Hide
]PowerQueryFormulaCollection class
Represents all power query formulas in the mashup data.
class PowerQueryFormulaCollection
Methods
Method | Description |
---|---|
Get(int32_t index) | Gets PowerQueryFormula by the index in the list. |
Get(const U16String& name) | Gets PowerQueryFormula by the name of the power query formula. |
Get(const char16_t* name) | Gets PowerQueryFormula by the name of the power query formula. |
GetCount() | |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const PowerQueryFormulaCollection& src) | operator= |
PowerQueryFormulaCollection(PowerQueryFormulaCollection_Impl* impl) | Constructs from an implementation object. |
PowerQueryFormulaCollection(const PowerQueryFormulaCollection& src) | Copy constructor. |
~PowerQueryFormulaCollection() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::QueryTables
- Library Aspose.Cells for C++