ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridCellsRange Class / DataGridCellsRange Constructor / DataGridCellsRange Constructor(DataGridCell)
The cell.

In This Topic
    DataGridCellsRange Constructor(DataGridCell)
    In This Topic
    Initializes a new instance of the DataGridCellsRange class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal cell As DataGridCell _
    )
    public DataGridCellsRange( 
       DataGridCell cell
    )

    Parameters

    cell
    The cell.
    See Also