Xceed Grid for WinForms v4.3 Documentation
DataCell Constructor(DataCell)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > DataCell Class > DataCell Constructor : DataCell Constructor(DataCell)
A reference to a DataCell object that will be used as a template to create other DataCell objects.
Initializes a new instance of the DataCell class specifying the DataCell that will be used as a template to create other DataCell objects.
Syntax
'Declaration
 
Protected Function New( _
   ByVal template As DataCell _
)
'Usage
 
Dim template As DataCell
 
Dim instance As New DataCell(template)
protected DataCell( 
   DataCell template
)

Parameters

template
A reference to a DataCell object that will be used as a template to create other DataCell objects.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataCell Class
DataCell Members
Overload List