Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadImageCollectionEditor Class / CreateInstance Method


In This Topic
    CreateInstance Method (SpreadImageCollectionEditor)
    In This Topic
    Create an instance from inputted type.
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateInstance( _
       ByVal itemType As Type _
    ) As Object
    'Usage
     
    
    Dim instance As SpreadImageCollectionEditor
    Dim itemType As Type
    Dim value As Object
     
    value = instance.CreateInstance(itemType)
    protected override object CreateInstance( 
       Type itemType
    )

    Parameters

    itemType
    See Also