Aspose::Cells::Pivot::PivotTable::AddCalculatedField method
Contents
[
Hide
]PivotTable::AddCalculatedField(const U16String&, const U16String&, bool) method
Adds a calculated field to pivot field.
void Aspose::Cells::Pivot::PivotTable::AddCalculatedField(const U16String &name, const U16String &formula, bool dragToDataArea)
Parameter | Type | Description |
---|---|---|
name | const U16String& | The name of the calculated field |
formula | const U16String& | The formula of the calculated field. |
dragToDataArea | bool | True,drag this field to data area immediately |
See Also
- Class Vector
- Class U16String
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotTable::AddCalculatedField(const char16_t*, const char16_t*, bool) method
Adds a calculated field to pivot field.
void Aspose::Cells::Pivot::PivotTable::AddCalculatedField(const char16_t *name, const char16_t *formula, bool dragToDataArea)
Parameter | Type | Description |
---|---|---|
name | const char16_t* | The name of the calculated field |
formula | const char16_t* | The formula of the calculated field. |
dragToDataArea | bool | True,drag this field to data area immediately |
See Also
- Class Vector
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotTable::AddCalculatedField(const U16String&, const U16String&) method
Adds a calculated field to pivot field and drag it to data area.
void Aspose::Cells::Pivot::PivotTable::AddCalculatedField(const U16String &name, const U16String &formula)
Parameter | Type | Description |
---|---|---|
name | const U16String& | The name of the calculated field |
formula | const U16String& | The formula of the calculated field. |
See Also
- Class Vector
- Class U16String
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotTable::AddCalculatedField(const char16_t*, const char16_t*) method
Adds a calculated field to pivot field and drag it to data area.
void Aspose::Cells::Pivot::PivotTable::AddCalculatedField(const char16_t *name, const char16_t *formula)
Parameter | Type | Description |
---|---|---|
name | const char16_t* | The name of the calculated field |
formula | const char16_t* | The formula of the calculated field. |
See Also
- Class Vector
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++