ComboBox.MaxLength-Eigenschaft
maxLength.Represents the attribte in schema: maxLength
Namespace: DocumentFormat.OpenXml.Office.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "maxLength")> _
Public Property MaxLength As IntegerValue
Get
Set
'Usage
Dim instance As ComboBox
Dim value As IntegerValue
value = instance.MaxLength
instance.MaxLength = value
[SchemaAttrAttribute(, "maxLength")]
public IntegerValue MaxLength { get; set; }
Eigenschaftswert
Typ: DocumentFormat.OpenXml.IntegerValue