Aspose::Cells::QueryTables::PowerQueryFormulaItem class

PowerQueryFormulaItem class

Represents the item of the power query formula.

class PowerQueryFormulaItem

Methods

MethodDescription
GetName()Gets the name of the item.
GetValue()Gets the value of the item.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also