ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridCellsRangeCollection Class / Add Method
The range.

In This Topic
    Add Method (DataGridCellsRangeCollection)
    In This Topic
    Adds the specified range.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal range As DataGridCellsRange _
    ) 
    public void Add( 
       DataGridCellsRange range
    )

    Parameters

    range
    The range.
    See Also