Aspose::Cells::QueryTables::PowerQueryFormulaParameter class
Contents
[
Hide
]PowerQueryFormulaParameter class
Represents the parameter of power query formula.
class PowerQueryFormulaParameter : public Aspose::Cells::QueryTables::PowerQueryFormula
Methods
| Method | Description |
|---|---|
| GetDescription() | Gets and sets the description of the power query formula. |
| GetFormulaDefinition() | Gets the definition of the parameter. |
| GetGroupName() | Gets the name of group which contains this power query formula. |
| GetName() | Gets and sets the name of the power query formula. |
| GetPowerQueryFormulaItems() | Gets all items of power query formula. |
| GetType() | Gets the type of power query formula. |
| GetValue() | Gets the value of parameter. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const PowerQueryFormulaParameter& src) | operator= |
| operator=(const PowerQueryFormula& src) | operator= |
| PowerQueryFormula(PowerQueryFormula_Impl* impl) | Constructs from an implementation object. |
| PowerQueryFormula(const PowerQueryFormula& src) | Copy constructor. |
| PowerQueryFormulaParameter(PowerQueryFormulaParameter_Impl* impl) | Constructs from an implementation object. |
| PowerQueryFormulaParameter(const PowerQueryFormulaParameter& src) | Copy constructor. |
| PowerQueryFormulaParameter(const PowerQueryFormula& src) | Constructs from a parent object. |
| SetDescription(const U16String& value) | Gets and sets the description of the power query formula. |
| SetDescription(const char16_t* value) | Gets and sets the description of the power query formula. |
| SetName(const U16String& value) | Gets and sets the name of the power query formula. |
| SetName(const char16_t* value) | Gets and sets the name of the power query formula. |
| SetValue(const U16String& value) | Gets the value of parameter. |
| SetValue(const char16_t* value) | Gets the value of parameter. |
| ~PowerQueryFormula() | Destructor. |
| ~PowerQueryFormulaParameter() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Class PowerQueryFormula
- Namespace Aspose::Cells::QueryTables
- Library Aspose.Cells for C++