ComponentOne DataGrid for WPF and Silverlight
Add(DataGridCellsRange) Method

C1.Silverlight.DataGrid Namespace > DataGridSelection Class > Add Method : Add(DataGridCellsRange) Method
The range.
Adds the specified range to the selection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal range As DataGridCellsRange _
) As System.Boolean
public System.bool Add( 
   DataGridCellsRange range
)

Parameters

range
The range.
See Also

Reference

DataGridSelection Class
DataGridSelection Members
Overload List