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

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

    Return Value

    The added Break.
    See Also