Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SpreadChartCollectionEditor Class / CreateInstance Method
The type of item to create.


In This Topic
    CreateInstance Method (SpreadChartCollectionEditor)
    In This Topic
    Creates a new instance of the specified collection item type.
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateInstance( _
       ByVal itemType As Type _
    ) As Object
    'Usage
     
    
    Dim instance As SpreadChartCollectionEditor
    Dim itemType As Type
    Dim value As Object
     
    value = instance.CreateInstance(itemType)
    protected override object CreateInstance( 
       Type itemType
    )

    Parameters

    itemType
    The type of item to create.

    Return Value

    A new instance of the specified object.
    See Also