PowerQueryFormulaCollection Class
PowerQueryFormulaCollection class
Represents all power query formulas in the mashup data.
type PowerQueryFormulaCollection struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| Get_Int | Gets PowerQueryFormula by the index in the list. |
| Get_String | Gets PowerQueryFormula by the name of the power query formula. |
| RemoveBy | Remove power query formula by name. |
| GetCount |