Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / MaskPatternFieldInfo Class / MaskPatternFieldInfo Constructor / MaskPatternFieldInfo Constructor(String,Int32,Int32)
A System.String value indicates the pattern.
An System.Int32 value indicates the minimum length.
An System.Int32 value indicates the maximum length.


In This Topic
    MaskPatternFieldInfo Constructor(String,Int32,Int32)
    In This Topic
    Initializes a new instance of the MaskPatternFieldInfo class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal pattern As String, _
       ByVal minLength As Integer, _
       ByVal maxLength As Integer _
    )
    'Usage
     
    
    Dim pattern As String
    Dim minLength As Integer
    Dim maxLength As Integer
     
    Dim instance As New MaskPatternFieldInfo(pattern, minLength, maxLength)
    public MaskPatternFieldInfo( 
       string pattern,
       int minLength,
       int maxLength
    )

    Parameters

    pattern
    A System.String value indicates the pattern.
    minLength
    An System.Int32 value indicates the minimum length.
    maxLength
    An System.Int32 value indicates the maximum length.
    See Also