Aspose::Cells::QueryTables::PowerQueryFormulaCollection::Get method
Contents
[
Hide
]PowerQueryFormulaCollection::Get(int32_t) method
Gets PowerQueryFormula by the index in the list.
PowerQueryFormula Aspose::Cells::QueryTables::PowerQueryFormulaCollection::Get(int32_t index)
Parameter | Type | Description |
---|---|---|
index | int32_t | The index. |
ReturnValue
See Also
- Class PowerQueryFormula
- Class Vector
- Class PowerQueryFormulaCollection
- Namespace Aspose::Cells::QueryTables
- Library Aspose.Cells for C++
PowerQueryFormulaCollection::Get(const U16String&) method
Gets PowerQueryFormula by the name of the power query formula.
PowerQueryFormula Aspose::Cells::QueryTables::PowerQueryFormulaCollection::Get(const U16String &name)
Parameter | Type | Description |
---|---|---|
name | const U16String& | The name of the item. |
ReturnValue
See Also
- Class PowerQueryFormula
- Class Vector
- Class U16String
- Class PowerQueryFormulaCollection
- Namespace Aspose::Cells::QueryTables
- Library Aspose.Cells for C++
PowerQueryFormulaCollection::Get(const char16_t*) method
Gets PowerQueryFormula by the name of the power query formula.
PowerQueryFormula Aspose::Cells::QueryTables::PowerQueryFormulaCollection::Get(const char16_t *name)
Parameter | Type | Description |
---|---|---|
name | const char16_t* | The name of the item. |
ReturnValue
See Also
- Class PowerQueryFormula
- Class Vector
- Class PowerQueryFormulaCollection
- Namespace Aspose::Cells::QueryTables
- Library Aspose.Cells for C++