Creates a new
Cell object in the
DataRow for the specified column.
'Declaration
Protected Friend Overrides Function CreateCell( _
ByVal parentColumn As Column _
) As Cell
'Usage
Dim instance As DataRow
Dim parentColumn As Column
Dim value As Cell
value = instance.CreateCell(parentColumn)
Parameters
- parentColumn
- The Column object for which to create the new Cell.
Return Value
A reference to the newly created
Cell object.
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