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