FormControlProperties.MultipleSelection Property
multiSel.Represents the attribte in schema: multiSel
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "multiSel")> _
Public Property MultipleSelection As StringValue
Get
Set
'Uso
Dim instance As FormControlProperties
Dim value As StringValue
value = instance.MultipleSelection
instance.MultipleSelection = value
[SchemaAttrAttribute(, "multiSel")]
public StringValue MultipleSelection { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue