Share via


FormControlProperties.SelectionType Property

Definition

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

Represents the following attribute in the schema: seltype

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

Property Value

Attributes

Applies to