This documentation is archived and is not being maintained.
TableCellsCollectionEditor.CreateInstance Method
.NET Framework 1.1
Creates an instance of the editor for use with 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:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
TableCellsCollectionEditor Class | TableCellsCollectionEditor Members | System.Web.UI.Design.WebControls Namespace
Show: