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