FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridSkeletonLoadingCellFactory 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
    'Declaration
     
    Public Overloads Overridable Sub BindCell( _
       ByVal cellType As GridCellType, _
       ByVal range As GridCellRange, _
       ByVal cell As GridCellView _
    ) 
    public virtual void BindCell( 
       GridCellType cellType,
       GridCellRange range,
       GridCellView cell
    )

    Parameters

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