Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / OutlineLevelRange Class / InRange Method
The outline level to check.

In This Topic
    InRange Method
    In This Topic
    Gets whether the given outline level is in the range.
    Syntax
    'Declaration
     
    Public Function InRange( _
       ByVal level As OutlineLevel _
    ) As System.Boolean
    public System.bool InRange( 
       OutlineLevel level
    )

    Parameters

    level
    The outline level to check.

    Return Value

    true if the outline level is in the range, otherwise false.
    See Also