Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection class
PowerQueryFormulaItemCollection class
Represents all item of the power query formula.
class PowerQueryFormulaItemCollection
Methods
| Method | Description |
|---|---|
| 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() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const PowerQueryFormulaItemCollection& src) | operator= |
| PowerQueryFormulaItemCollection(PowerQueryFormulaItemCollection_Impl* impl) | Constructs from an implementation object. |
| PowerQueryFormulaItemCollection(const PowerQueryFormulaItemCollection& src) | Copy constructor. |
| ~PowerQueryFormulaItemCollection() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::QueryTables
- Library Aspose.Cells for C++