BooleanEntryWithBlankValues Enumeration

Boolean Value with Blank State

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

Syntax

'Declaration
Public Enumeration BooleanEntryWithBlankValues
'Usage
Dim instance As BooleanEntryWithBlankValues
public enum BooleanEntryWithBlankValues

Members

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 "".

See Also

Reference

DocumentFormat.OpenXml.Vml.Spreadsheet Namespace