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)
Parameter | Type | Description |
---|---|---|
bv | bool | boolean value |
name | const U16String& | string value of the boolean value |
See Also
- Class Vector
- Class U16String
- Class SettableGlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
bv | bool | boolean value |
name | const char16_t* | string value of the boolean value |
See Also
- Class Vector
- Class SettableGlobalizationSettings
- Namespace Aspose::Cells
- Library Aspose.Cells for C++