BooleanEntryWithBlankValues enumeration
Office 2013 and later
Boolean Value with Blank State
Namespace: DocumentFormat.OpenXml.Vml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| 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: