Spread for ASP.NET 7.0 Product Documentation
CreateInstance Method
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Chart Namespace > SpreadChartCollectionEditor Class : CreateInstance Method


itemType
The type of item to create.

Glossary Item Box

Creates a new instance of the specified collection item type.

Syntax

Visual Basic (Declaration) 
Protected Overrides Function CreateInstance( _
   ByVal itemType As Type _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As SpreadChartCollectionEditor
Dim itemType As Type
Dim value As Object
 
value = instance.CreateInstance(itemType)
C# 
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 Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.