Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::Get method

PowerQueryFormulaParameterCollection::Get(int32_t) method

Gets PowerQueryFormulaParameter by the index in the list.

PowerQueryFormulaParameter Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::Get(int32_t index)
ParameterTypeDescription
indexint32_tThe index.

ReturnValue

See Also

PowerQueryFormulaParameterCollection::Get(const U16String&) method

Gets PowerQueryFormulaParameter by the name of the item.

PowerQueryFormulaParameter Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::Get(const U16String &name)
ParameterTypeDescription
nameconst U16String&The name of the item.

ReturnValue

See Also

PowerQueryFormulaParameterCollection::Get(const char16_t*) method

Gets PowerQueryFormulaParameter by the name of the item.

PowerQueryFormulaParameter Aspose::Cells::QueryTables::PowerQueryFormulaParameterCollection::Get(const char16_t *name)
ParameterTypeDescription
nameconst char16_t*The name of the item.

ReturnValue

See Also