Contains Method (C1TextRange)
Tests whether a specified position is contained within the current range.
'Declaration
Public Function Contains( _
ByVal As Integer _
) As Boolean
Parameters
- position
- The position to test.
Return Value
True if the current range includes the specified position, false otherwise.