FormControlProperties.SelectionType-Eigenschaft
seltype.Represents the attribte in schema: seltype
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "seltype")> _
Public Property SelectionType As EnumValue(Of SelectionTypeValues)
Get
Set
'Usage
Dim instance As FormControlProperties
Dim value As EnumValue(Of SelectionTypeValues)
value = instance.SelectionType
instance.SelectionType = value
[SchemaAttrAttribute(, "seltype")]
public EnumValue<SelectionTypeValues> SelectionType { get; set; }
Eigenschaftswert
Typ: DocumentFormat.OpenXml.EnumValue<SelectionTypeValues>