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

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

    Parameters

    row
    The row.
    See Also