ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridCellsRange Class / Subtract(DataGridCellsRange) Method
The range.

In This Topic
    Subtract(DataGridCellsRange) Method
    In This Topic
    Returns an array of ranges which is the result of subtract the specified range to this range instance.
    Syntax
    'Declaration
     
    
    Public Function Subtract( _
       ByVal range As DataGridCellsRange _
    ) As DataGridCellsRange()

    Parameters

    range
    The range.

    Return Value

    Returns an array of ranges which is the result of subtract the specified range to this range instance
    See Also