ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridSelection Class / Add Method / Add(DataGridCellsRange) Method
The range.

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

    Parameters

    range
    The range.
    See Also