Share via


EditBox.MaxLength Property

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 EditBox
Dim value As IntegerValue

value = instance.MaxLength

instance.MaxLength = value
[SchemaAttrAttribute(, "maxLength")]
public IntegerValue MaxLength { get; set; }

Property Value

Type: DocumentFormat.OpenXml.IntegerValue

See Also

Reference

EditBox Class

EditBox Members

DocumentFormat.OpenXml.Office.CustomUI Namespace