Aspose::Cells::GlobalizationSettings::GetErrorValueString method
GlobalizationSettings::GetErrorValueString(const U16String&) method
Gets the display string value for cell’s error value.
virtual U16String Aspose::Cells::GlobalizationSettings::GetErrorValueString(const U16String &err)
Parameter | Type | Description |
---|---|---|
err | const U16String& | error values such as #VALUE!,#NAME? |
ReturnValue
By default returns the error value itself
See Also
- Class U16String
- Class Vector
- Class GlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
GlobalizationSettings::GetErrorValueString(const char16_t*) method
Gets the display string value for cell’s error value.
virtual U16String Aspose::Cells::GlobalizationSettings::GetErrorValueString(const char16_t *err)
Parameter | Type | Description |
---|---|---|
err | const char16_t* | error values such as #VALUE!,#NAME? |
ReturnValue
By default returns the error value itself
See Also
- Class U16String
- Class Vector
- Class GlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++