PowerQueryFormulaParameterCollection.Item

PowerQueryFormulaParameterCollection indexer (1 of 2)

Gets PowerQueryFormulaParameter by the index in the list.

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

See Also


PowerQueryFormulaParameterCollection indexer (2 of 2)

Gets PowerQueryFormulaParameter by the name of the item.

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

See Also