Aspose::Cells::QueryTables::PowerQueryFormulaFunction class
Contents
[
Hide
]PowerQueryFormulaFunction class
Represents the function of power query.
class PowerQueryFormulaFunction : public Aspose::Cells::QueryTables::PowerQueryFormula
Methods
Method | Description |
---|---|
GetF() | Gets and sets the definition of function. |
GetFormulaDefinition() | Gets the definition of the power query formula. |
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. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const PowerQueryFormulaFunction& src) | operator= |
operator=(const PowerQueryFormula& src) | operator= |
PowerQueryFormula(PowerQueryFormula_Impl* impl) | Constructs from an implementation object. |
PowerQueryFormula(const PowerQueryFormula& src) | Copy constructor. |
PowerQueryFormulaFunction(PowerQueryFormulaFunction_Impl* impl) | Constructs from an implementation object. |
PowerQueryFormulaFunction(const PowerQueryFormulaFunction& src) | Copy constructor. |
PowerQueryFormulaFunction(const PowerQueryFormula& src) | Constructs from a parent object. |
SetF(const U16String& value) | Gets and sets the definition of function. |
SetF(const char16_t* value) | Gets and sets the definition of function. |
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. |
~PowerQueryFormula() | Destructor. |
~PowerQueryFormulaFunction() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Class PowerQueryFormula
- Namespace Aspose::Cells::QueryTables
- Library Aspose.Cells for C++