Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TextCollection Class / AddBreak Method / AddBreak(BreakType) Method
The break type.

In This Topic
    AddBreak(BreakType) Method
    In This Topic
    Adds a Break to this collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Overloads Function AddBreak( _
       ByVal type As BreakType _
    ) As Break
    public Break AddBreak( 
       BreakType type
    )

    Parameters

    type
    The break type.

    Return Value

    The added Break.
    See Also