[]
        
(Showing Draft Content)

C1.WPF.Document.C1TextRange.Contains

Contains Method

Contains(int)

Tests whether a specified position is contained within the current range.

Declaration
public bool Contains(int position)
Parameters
Type Name Description
int position

The position to test.

Returns
Type Description
bool

True if the current range includes the specified position, false otherwise.