Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TextLengthValidator Class / MinimumLength Property


MinimumLength Property
Gets or sets the minimum length of the text.
Syntax
'Declaration
 
Public Property MinimumLength As Integer
 
'Usage
 
Dim instance As TextLengthValidator
Dim value As Integer
 
instance.MinimumLength = value
 
value = instance.MinimumLength

Property Value

The minimum length. The default is 0.
Exceptions
ExceptionDescription
The assigned value is less than 0 or greater than MaximumLength.
See Also