Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / CellRow Class / CreateCell Method
A reference to the Column object for which to create a cell in the row.


In This Topic
    CreateCell Method (CellRow)
    In This Topic
    Creates a new Cell object in the CellRow for the specified column.
    Syntax
    'Declaration
     
    Protected Friend MustOverride Function CreateCell( _
       ByVal parentColumn As Column _
    ) As Cell
    'Usage
     
    Dim instance As CellRow
    Dim parentColumn As Column
    Dim value As Cell
     
    value = instance.CreateCell(parentColumn)
    protected internal abstract 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