Aspose::Cells::QueryTables::PowerQueryFormulaItem class
PowerQueryFormulaItem class
Represents the item of the power query formula.
class PowerQueryFormulaItem
Methods
| Method | Description |
|---|---|
| GetName() | Gets the name of the item. |
| GetValue() | Gets the value of the item. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const PowerQueryFormulaItem& src) | operator= |
| PowerQueryFormulaItem(PowerQueryFormulaItem_Impl* impl) | Constructs from an implementation object. |
| PowerQueryFormulaItem(const PowerQueryFormulaItem& src) | Copy constructor. |
| SetValue(const U16String& value) | Gets the value of the item. |
| SetValue(const char16_t* value) | Gets the value of the item. |
| ~PowerQueryFormulaItem() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::QueryTables
- Library Aspose.Cells for C++