ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridCellsRange Class / DataGridCellsRange Constructor / DataGridCellsRange Constructor(DataGridRow,DataGridRow)
The top row.
The bottom row.

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

    Parameters

    topRow
    The top row.
    bottomRow
    The bottom row.
    See Also