Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / Row Class / CreateCell Method
A reference to a Column object representing the cell's parent column.


In This Topic
    CreateCell Method (Row)
    In This Topic
    Syntax
    'Declaration
     
    Protected MustOverride Function CreateCell( _
       ByVal column As ColumnBase _
    ) As Cell
    'Usage
     
    Dim instance As Row
    Dim column As ColumnBase
    Dim value As Cell
     
    value = instance.CreateCell(column)
    protected abstract Cell CreateCell( 
       ColumnBase column
    )

    Parameters

    column
    A reference to a Column object representing the cell's parent column.

    Return Value

    A reference to the newly created Cell.
    Requirements

    See Also