PowerQueryFormulaItemCollection.Item
PowerQueryFormulaItemCollection indexer (1 of 2)
Gets PowerQueryFormulaItem
by the index in the list.
public PowerQueryFormulaItem this[int index] { get; }
Parameter | Description |
---|---|
index | The index. |
See Also
- class PowerQueryFormulaItem
- class PowerQueryFormulaItemCollection
- namespace Aspose.Cells.QueryTables
- assembly Aspose.Cells
PowerQueryFormulaItemCollection indexer (2 of 2)
Gets PowerQueryFormulaItem
by the name of the item.
public PowerQueryFormulaItem this[string name] { get; }
Parameter | Description |
---|---|
name | The name of the item. |
See Also
- class PowerQueryFormulaItem
- class PowerQueryFormulaItemCollection
- namespace Aspose.Cells.QueryTables
- assembly Aspose.Cells