Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / SectionStart Enumeration

In This Topic
    SectionStart Enumeration
    In This Topic
    Specifies the type of break at the beginning of a section.
    Syntax
    'Declaration
     
    Public Enum SectionStart 
       Inherits System.Enum
    public enum SectionStart : System.Enum 
    Members
    MemberDescription
    Continuous The new section starts on the same page as the previous section.
    EvenPage The section starts on a new even page.
    NewColumn The section starts from a new column.
    NewPage The section starts from a new page.
    OddPage The section starts on a new odd page.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.SectionStart

    See Also