WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridCellFactory Class / CreateCell Method / CreateCell(GridCellType,GridCellRange,Object) Method
Type of the cell.
The range.
Kind of cell.
In This Topic
    CreateCell(GridCellType,GridCellRange,Object) Method
    In This Topic
    Creates the cell.
    Syntax

    Parameters

    cellType
    Type of the cell.
    range
    The range.
    cellKind
    Kind of cell.
    Remarks
    The actual data is set in the BindCell method.
    See Also