Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadRuntimeLicense Class / SpreadRuntimeLicense Constructor
Type


In This Topic
    SpreadRuntimeLicense Constructor
    In This Topic
    Creates a new runtime license of the specified type.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As Type _
    )
    'Usage
     
    
    Dim type As Type
     
    Dim instance As New SpreadRuntimeLicense(type)
    public SpreadRuntimeLicense( 
       Type type
    )

    Parameters

    type
    Type
    See Also