PowerQueryFormulaItemCollection.Item

PowerQueryFormulaItemCollection indexer (1 of 2)

Gets PowerQueryFormulaItem by the index in the list.

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

See Also


PowerQueryFormulaItemCollection indexer (2 of 2)

Gets PowerQueryFormulaItem by the name of the item.

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

See Also