Item

PowerQueryFormulaCollction indexer (1 of 2)

Gets PowerQueryFormula by the index in the list.

public PowerQueryFormula this[int index] { get; }
Parameter Description
index The index.

See Also


PowerQueryFormulaCollction indexer (2 of 2)

Gets PowerQueryFormula by the name of the power query formula.

public PowerQueryFormula this[string name] { get; }
Parameter Description
name The name of the item.

See Also