Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CellMerge Enumeration

In This Topic
    CellMerge Enumeration
    In This Topic
    Specifies how a cell in a table is merged with other cells.
    Syntax
    'Declaration
     
    Public Enum CellMerge 
       Inherits System.Enum
    public enum CellMerge : System.Enum 
    Members
    MemberDescription
    First The cell is the first cell in a range of merged cells.
    None The cell is not merged.
    Previous The cell is merged to the previous cell horizontally or vertically.
    Inheritance Hierarchy

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

    See Also