FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridIncrementalLoadingCell Class / SetBound Method
if set to true the cell is bound.

In This Topic
    SetBound Method
    In This Topic
    Set whether the cell is bound.
    Syntax
    'Declaration
     
    Public Sub SetBound( _
       ByVal bound As Boolean _
    ) 
    public void SetBound( 
       bool bound
    )

    Parameters

    bound
    if set to true the cell is bound.
    See Also