Xceed Grid for WinForms v4.3 Documentation
CreateCell Method (InsertionRow)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > InsertionRow Class : CreateCell Method
A reference to the Column object for which to create a cell in the row.
Creates a new Cell object in the InsertionRow for the specified column.
Syntax
'Declaration
 
Protected Friend Overrides Function CreateCell( _
   ByVal parentColumn As Column _
) As Cell
'Usage
 
Dim instance As InsertionRow
Dim parentColumn As Column
Dim value As Cell
 
value = instance.CreateCell(parentColumn)
protected internal override Cell CreateCell( 
   Column parentColumn
)

Parameters

parentColumn
A reference to the Column object for which to create a cell in the row.

Return Value

A reference to the newly created Cell object.
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

InsertionRow Class
InsertionRow Members
Base Implementation in CreateCell