FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlAdapter Class / BindCell Method
The range.
The cell.

In This Topic
    BindCell Method (GridControlAdapter)
    In This Topic
    Binds the cell.
    Syntax
    'Declaration
     
    Public Overridable Sub BindCell( _
       ByVal range As GridControlRange, _
       ByVal cell As GridControlCellView _
    ) 
    public virtual void BindCell( 
       GridControlRange range,
       GridControlCellView cell
    )

    Parameters

    range
    The range.
    cell
    The cell.
    See Also