ComponentOne DataGrid for WPF and Silverlight
Add(DataGridCell,DataGridCell) Method

C1.Silverlight.DataGrid Namespace > DataGridSelection Class > Add Method : Add(DataGridCell,DataGridCell) Method
From cell.
To cell.
Adds the range between fromCell and toCell to the selection. In case the selection mode didn't accept a range the toCell will be selected.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal fromCell As DataGridCell, _
   ByVal toCell As DataGridCell _
) As System.Boolean
public System.bool Add( 
   DataGridCell fromCell,
   DataGridCell toCell
)

Parameters

fromCell
From cell.
toCell
To cell.
See Also

Reference

DataGridSelection Class
DataGridSelection Members
Overload List