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

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

    Parameters

    type
    The break type.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted Break.
    See Also