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

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

    Parameters

    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted Break.
    See Also