Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / ColumnManagerRow Class / CreateCell Method
The Column for which to create the new Cell.


In This Topic
    CreateCell Method (ColumnManagerRow)
    In This Topic
    Creates a new Cell object in the ColumnManagerRow for the specified column.
    Syntax
    'Declaration
     
    Protected Friend Overrides Function CreateCell( _
       ByVal parentColumn As Column _
    ) As Cell
    'Usage
     
    Dim instance As ColumnManagerRow
    Dim parentColumn As Column
    Dim value As Cell
     
    value = instance.CreateCell(parentColumn)
    protected internal override Cell CreateCell( 
       Column parentColumn
    )

    Parameters

    parentColumn
    The Column for which to create the new Cell.

    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