ComponentOne DataGrid for WPF and Silverlight
Add(DataGridCell) Method

C1.Silverlight.DataGrid Namespace > DataGridSelection Class > Add Method : Add(DataGridCell) Method
The cell that will be adedd to the selection.
Adds a cell to the selection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal cell As DataGridCell _
) As System.Boolean
public System.bool Add( 
   DataGridCell cell
)

Parameters

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

Reference

DataGridSelection Class
DataGridSelection Members
Overload List