Freigeben über


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

Member

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

Siehe auch

Referenz

DocumentFormat.OpenXml.Vml.Spreadsheet-Namespace