This documentation is archived and is not being maintained.

TableRowsCollectionEditor.CreateInstance Method

Creates an instance of the specified type.

[Visual Basic]
Overrides Protected Function CreateInstance( _
   ByVal itemType As Type _
) As Object
[C#]
protected override object CreateInstance(
 Type itemType
);
[C++]
protected: Object* CreateInstance(
 Type* itemType
);
[JScript]
protected override function CreateInstance(
   itemType : Type
) : Object;

Parameters

itemType
The type to create an instance of.

Return Value

An object of the specified type.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

TableRowsCollectionEditor Class | TableRowsCollectionEditor Members | System.Web.UI.Design.WebControls Namespace

Show: