Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / OutlineLevelRange Class / Set Method
The range start outline level.
The range end outline level.

In This Topic
    Set Method
    In This Topic
    Sets the level range.
    Syntax
    'Declaration
     
    Public Sub Set( _
       ByVal from As OutlineLevel, _
       ByVal to As OutlineLevel _
    ) 
    public void Set( 
       OutlineLevel from,
       OutlineLevel to
    )

    Parameters

    from
    The range start outline level.
    to
    The range end outline level.
    Exceptions
    ExceptionDescription
    Thrown if trying to set GrapeCity.Documents.Word.OutlineLevel.BodyText.
    Thrown if trying to set from less than to.
    See Also