Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TextCollection Class / InsertLastRenderedPageBreak Method
The target InsertLocation for the insertion.

In This Topic
    InsertLastRenderedPageBreak Method
    In This Topic
    Inserts a LastRenderedPageBreak into this collection at a specified location.
    Syntax
    'Declaration
     
    Public Function InsertLastRenderedPageBreak( _
       ByVal location As InsertLocation _
    ) As LastRenderedPageBreak
    public LastRenderedPageBreak InsertLastRenderedPageBreak( 
       InsertLocation location
    )

    Parameters

    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted LastRenderedPageBreak.
    See Also