'Declaration
Public Function IsContiguousWith( _ ByVal range As Range(Of T) _ ) As Boolean
Parameters
- range
- The range to check.
Return Value
true if the two ranges are contiguous, false otherwise.
range
.'Declaration
Public Function IsContiguousWith( _ ByVal range As Range(Of T) _ ) As Boolean