Aspose::Cells::QueryTables::PowerQueryFormulaCollection::RemoveBy method
PowerQueryFormulaCollection::RemoveBy(const U16String&) method
Remove power query formula by name.
void Aspose::Cells::QueryTables::PowerQueryFormulaCollection::RemoveBy(const U16String &name)
| Parameter | Type | Description |
|---|---|---|
| name | const U16String& | The name of power query formula. |
See Also
- Class Vector
- Class U16String
- Class PowerQueryFormulaCollection
- Namespace Aspose::Cells::QueryTables
- Library Aspose.Cells for C++
PowerQueryFormulaCollection::RemoveBy(const char16_t*) method
Remove power query formula by name.
void Aspose::Cells::QueryTables::PowerQueryFormulaCollection::RemoveBy(const char16_t *name)
| Parameter | Type | Description |
|---|---|---|
| name | const char16_t* | The name of power query formula. |
See Also
- Class Vector
- Class PowerQueryFormulaCollection
- Namespace Aspose::Cells::QueryTables
- Library Aspose.Cells for C++