Item

PowerQueryFormulaParameterCollection indexer (1 of 2)

ObtienePowerQueryFormulaParameter por el índice en la lista.

public PowerQueryFormulaParameter this[int index] { get; }
ParámetroDescripción
indexEl índice.

Ver también


PowerQueryFormulaParameterCollection indexer (2 of 2)

ObtienePowerQueryFormulaParameter por el nombre del artículo.

public PowerQueryFormulaParameter this[string name] { get; }
ParámetroDescripción
nameEl nombre del artículo.

Ver también