[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Chart.SpreadChartCollectionEditor.CreateInstance

CreateInstance Method

CreateInstance(Type)

Creates a new instance of the specified collection item type.

Declaration
protected override object CreateInstance(Type itemType)
Protected Overrides Function CreateInstance(itemType As Type) As Object
Parameters
Type Name Description
Type itemType

The type of item to create.

Returns
Type Description
object

A new instance of the specified object.

Overrides