Item

PowerQueryFormulaItemCollection indexer (1 of 2)

получаетPowerQueryFormulaItem по индексу в списке.

public PowerQueryFormulaItem this[int index] { get; }
ПараметрОписание
indexИндекс.

Смотрите также


PowerQueryFormulaItemCollection indexer (2 of 2)

получаетPowerQueryFormulaItem по названию предмета.

public PowerQueryFormulaItem this[string name] { get; }
ПараметрОписание
nameНазвание предмета.

Смотрите также