Aspose::Cells::QueryTables::PowerQueryFormulaCollection::Get method

PowerQueryFormulaCollection::Get(int32_t) method

Gets PowerQueryFormula by the index in the list.

PowerQueryFormula Aspose::Cells::QueryTables::PowerQueryFormulaCollection::Get(int32_t index)
ParameterTypeDescription
indexint32_tThe index.

ReturnValue

See Also

PowerQueryFormulaCollection::Get(const U16String&) method

Gets PowerQueryFormula by the name of the power query formula.

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

ReturnValue

See Also

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)
ParameterTypeDescription
nameconst char16_t*The name of the item.

ReturnValue

See Also