PowerQueryFormulaCollection.Item

PowerQueryFormulaCollection indexer (1 of 2)

Gets PowerQueryFormula by the index in the list.

public PowerQueryFormula this[int index] { get; }
ParameterDescription
indexThe index.

See Also


PowerQueryFormulaCollection indexer (2 of 2)

Gets PowerQueryFormula by the name of the power query formula.

public PowerQueryFormula this[string name] { get; }
ParameterDescription
nameThe name of the item.

See Also