FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlAdapter Class / CreateCell Method
The range.
Type of the cell content.

In This Topic
    CreateCell Method (GridControlAdapter)
    In This Topic
    Creates the content of the cell.
    Syntax
    'Declaration
     
    Public Overridable Function CreateCell( _
       ByVal range As GridControlRange, _
       ByVal cellContentType As Object _
    ) As GridControlCellView
    public virtual GridControlCellView CreateCell( 
       GridControlRange range,
       object cellContentType
    )

    Parameters

    range
    The range.
    cellContentType
    Type of the cell content.
    Remarks
    The actual data is set in the BindCellContent method.
    See Also