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)
ParameterTypeDescription
errconst U16String&error values such as #VALUE!,#NAME?

ReturnValue

By default returns the error value itself

See Also

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)
ParameterTypeDescription
errconst char16_t*error values such as #VALUE!,#NAME?

ReturnValue

By default returns the error value itself

See Also