Spread for ASP.NET 9.0 Product Documentation
CreateInstance Method (SpreadChartCollectionEditor)


The type of item to create.
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.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

SpreadChartCollectionEditor Class
SpreadChartCollectionEditor Members

 

 


Copyright © GrapeCity, inc. All rights reserved.