[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.OutlineLevelRange.InRange

InRange Method

InRange(OutlineLevel)

Gets whether the given outline level is in the range.

Declaration
public bool InRange(OutlineLevel level)
Public Function InRange(level As OutlineLevel) As Boolean
Parameters
Type Name Description
OutlineLevel level

The outline level to check.

Returns
Type Description
bool

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