Aspose::Cells::SettableGlobalizationSettings::SetBooleanValueString method

SettableGlobalizationSettings::SetBooleanValueString(bool, const U16String&) method

Sets the display string value for cell’s boolean value.

void Aspose::Cells::SettableGlobalizationSettings::SetBooleanValueString(bool bv, const U16String &name)
ParameterTypeDescription
bvboolboolean value
nameconst U16String&string value of the boolean value

See Also

SettableGlobalizationSettings::SetBooleanValueString(bool, const char16_t*) method

Sets the display string value for cell’s boolean value.

void Aspose::Cells::SettableGlobalizationSettings::SetBooleanValueString(bool bv, const char16_t *name)
ParameterTypeDescription
bvboolboolean value
nameconst char16_t*string value of the boolean value

See Also