PowerQueryFormulaItem Class

PowerQueryFormulaItem class

Represents the item of the power query formula.


type PowerQueryFormulaItem struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetNameGets the name of the item.
GetValueGets the value of the item.
SetValueGets the value of the item.
GetTextValueGets the text value of the item.
GetItemTypeGets the type of this item (Function, Parameter, List, Literal, or Unknown).