Gets a value that indicates whether this range contains another range.
'Declaration
Public Overloads Function Contains( _
ByVal As CellRange _
) As System.Boolean
public System.bool Contains(
CellRange
)
Parameters
- rng
- CellRange that may be contained within this range.
Return Value
True if this range contains the range specified by the parameter.