WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridWrapCellFactory Class / CreateCellContent Method
Type of the cell.
The range.
Type of the cell content.
In This Topic
    CreateCellContent Method (GridWrapCellFactory)
    In This Topic
    Creates the content of the cell.
    Syntax

    Parameters

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