BooleanEntryWithBlankValues enumeration

Office 2013 and later

Boolean Value with Blank State

Namespace:  DocumentFormat.OpenXml.Vml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
True Logical True. When the item is serialized out as xml, its value is "True".
T Logical True. When the item is serialized out as xml, its value is "t".
False Logical False. When the item is serialized out as xml, its value is "False".
F Logical False. When the item is serialized out as xml, its value is "f".
Empty Blank - Default Value. When the item is serialized out as xml, its value is "".
Show: