GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / MaskPatternFieldInfo Class / MinLength Property


In This Topic
MinLength Property
In This Topic
Gets or sets the minimum length of the MaskPatternFieldInfo.
Syntax
'Declaration
 
Public Property MinLength As Integer
 
'Usage
 
Dim instance As MaskPatternFieldInfo
Dim value As Integer
 
instance.MinLength = value
 
value = instance.MinLength

Property Value

An System.Int32 value indicates the minimum length.
The default is 1.
Remarks
The property determines the minimum length of input characters.
See Also