Item

PowerQueryFormulaItemCollection indexer (1 of 2)

ObtienePowerQueryFormulaItem por el índice en la lista.

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

Ver también


PowerQueryFormulaItemCollection indexer (2 of 2)

ObtienePowerQueryFormulaItem por el nombre del artículo.

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

Ver también