ComponentOne DataGrid for WPF and Silverlight
Subtract(DataGridCellsRange) Method

C1.Silverlight.DataGrid Namespace > DataGridCellsRange Class : Subtract(DataGridCellsRange) Method
The range.
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

Reference

DataGridCellsRange Class
DataGridCellsRange Members