Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / WildcardToken Structure / WildcardToken Constructor / WildcardToken Constructor(Int32)
The type.


In This Topic
    WildcardToken Constructor(Int32)
    In This Topic
    Initializes a new instance of the WildcardToken struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As Integer _
    )
    'Usage
     
    
    Dim type As Integer
     
    Dim instance As New WildcardToken(type)
    public WildcardToken( 
       int type
    )

    Parameters

    type
    The type.
    See Also