Item
PowerQueryFormulaCollction indexer (1 of 2)
通过列表中的索引获取PowerQueryFormula
。
public PowerQueryFormula this[int index] { get; }
范围 | 描述 |
---|---|
index | 索引。 |
也可以看看
- class PowerQueryFormula
- class PowerQueryFormulaCollction
- 命名空间 Aspose.Cells.QueryTables
- 部件 Aspose.Cells
PowerQueryFormulaCollction indexer (2 of 2)
通过幂查询公式的名称获取PowerQueryFormula
。
public PowerQueryFormula this[string name] { get; }
范围 | 描述 |
---|---|
name | 项目的名称。 |
也可以看看
- class PowerQueryFormula
- class PowerQueryFormulaCollction
- 命名空间 Aspose.Cells.QueryTables
- 部件 Aspose.Cells