Freigeben über


CheckedValues-Enumeration

Defines the CheckedValues enumeration.

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

Member

Membername Beschreibung
Unchecked Unchecked. When the item is serialized out as xml, its value is "Unchecked".
Checked Checked. When the item is serialized out as xml, its value is "Checked".
Mixed Mixed. When the item is serialized out as xml, its value is "Mixed".

Siehe auch

Referenz

DocumentFormat.OpenXml.Office2010.Excel-Namespace