FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridSkeletonLoadingCellFactory Class / BindCell Method / BindCell(GridControlRange,GridControlCellView) Method

In This Topic
    BindCell(GridControlRange,GridControlCellView) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub BindCell( _
       ByVal range As GridControlRange, _
       ByVal cell As GridControlCellView _
    ) 
    public void BindCell( 
       GridControlRange range,
       GridControlCellView cell
    )

    Parameters

    range
    cell
    See Also