C1.WPF.Excel Namespace / XLCellRange Class / Contains Method / Contains(XLCellRange) Method

In This Topic
Contains(XLCellRange) Method
In This Topic
Determines whether the range contains a specific range.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal cr As XLCellRange _
) As Boolean
 

Parameters

cr
See Also