Share via


FormControlProperties.DropStyle Property

Definition

dropStyle, this property is only available in Office 2010 and later.

Represents the following attribute in the schema: dropStyle

[DocumentFormat.OpenXml.SchemaAttr(0, "dropStyle")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues> DropStyle { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues> DropStyle { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "dropStyle")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues>? DropStyle { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("dropStyle")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues>? DropStyle { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues>? DropStyle { get; set; }
member this.DropStyle : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "dropStyle")>]
member this.DropStyle : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("dropStyle")>]
member this.DropStyle : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues> with get, set
Public Property DropStyle As EnumValue(Of DropStyleValues)

Property Value

Attributes

Applies to