Aspose::Cells::SettableGlobalizationSettings::GetErrorValueString method
SettableGlobalizationSettings::GetErrorValueString(const U16String&) method
Gets the display string value for cell’s error value.
U16String Aspose::Cells::SettableGlobalizationSettings::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 SettableGlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
SettableGlobalizationSettings::GetErrorValueString(const char16_t*) method
Gets the display string value for cell’s error value.
U16String Aspose::Cells::SettableGlobalizationSettings::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 SettableGlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++