DropStyleValues Enumeration
Defines the DropStyleValues enumeration.
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration DropStyleValues
'Usage
Dim instance As DropStyleValues
public enum DropStyleValues
Members
Member name | Description | |
---|---|---|
Combo | combo. When the item is serialized out as xml, its value is "combo". | |
ComboEdit | comboedit. When the item is serialized out as xml, its value is "comboedit". | |
Simple | simple. When the item is serialized out as xml, its value is "simple". |