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

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

    Parameters

    column
    The column.
    See Also