WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridCellFactory Class / BindCell Method / BindCell(GridCellType,GridCellRange,GridCellView) Method
Type of the cell.
The range.
The cell.
In This Topic
    BindCell(GridCellType,GridCellRange,GridCellView) Method
    In This Topic
    Binds the the cell.
    Syntax
    public virtual void BindCell( 
       GridCellType cellType,
       GridCellRange range,
       GridCellView cell
    )

    Parameters

    cellType
    Type of the cell.
    range
    The range.
    cell
    The cell.
    See Also