Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::Get method

PowerQueryFormulaItemCollection::Get(int32_t) method

Gets PowerQueryFormulaItem by the index in the list.

PowerQueryFormulaItem Aspose::Cells::QueryTables::PowerQueryFormulaItemCollection::Get(int32_t index)
ParameterTypeDescription
indexint32_tThe index.

ReturnValue

See Also

PowerQueryFormulaItemCollection::Get(const U16String&) method

Gets PowerQueryFormulaItem by the name of the item.

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

ReturnValue

See Also

PowerQueryFormulaItemCollection::Get(const char16_t*) method

Gets PowerQueryFormulaItem by the name of the item.

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

ReturnValue

See Also