ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridSelection Class / Add Method / Add(DataGridCell) Method
The cell that will be adedd to the selection.

In This Topic
    Add(DataGridCell) Method
    In This Topic
    Adds a cell to the selection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Add( _
       ByVal cell As DataGridCell _
    ) As Boolean
    public bool Add( 
       DataGridCell cell
    )

    Parameters

    cell
    The cell that will be adedd to the selection.
    See Also