Aspose::Cells::Pivot::PivotTable::SetErrorString method
PivotTable::SetErrorString(const U16String&) method
Gets the string displayed in cells that contain errors when the DisplayErrorString property is true.The default value is an empty string.
void Aspose::Cells::Pivot::PivotTable::SetErrorString(const U16String &value)
See Also
- Class Vector
- Class U16String
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotTable::SetErrorString(const char16_t*) method
Gets the string displayed in cells that contain errors when the DisplayErrorString property is true.The default value is an empty string.
void Aspose::Cells::Pivot::PivotTable::SetErrorString(const char16_t *value)
See Also
- Class Vector
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++