ComponentOne Word for WinForms
C1.C1Word.4.8 Assembly / C1.C1Word.Objects Namespace / RtfSection Class / SectionBreak Property

In This Topic
    SectionBreak Property
    In This Topic
    Gets or sets break attribute for the section.
    Syntax
    'Declaration
     
    Public Property SectionBreak As RtfSectionBreak
    public RtfSectionBreak SectionBreak {get; set;}

    Property Value

    The break value RtfSectionBreak of the Word/RTF section.
    See Also