FormControlProperties.DropStyle Property
dropStyle.Represents the attribte in schema: dropStyle
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "dropStyle")> _
Public Property DropStyle As EnumValue(Of DropStyleValues)
Get
Set
'Usage
Dim instance As FormControlProperties
Dim value As EnumValue(Of DropStyleValues)
value = instance.DropStyle
instance.DropStyle = value
[SchemaAttrAttribute(, "dropStyle")]
public EnumValue<DropStyleValues> DropStyle { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<DropStyleValues>