Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / RangeActionsCommand.MergeOption Enumeration


In This Topic
    RangeActionsCommand.MergeOption Enumeration
    In This Topic
    Indicates which merge type will be performed.
    Syntax
    'Declaration
     
    
    Public Enum RangeActionsCommand.MergeOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RangeActionsCommand.MergeOption
    public enum RangeActionsCommand.MergeOption : System.Enum 
    Members
    MemberDescription
    MergeMerge selected cells into one cell.
    MergeAcrossMerge selected cells in the same row into one large cells.
    MergeCenterCombine and center the contens of the selectd cells in a new large cell
    UnMergeSplit current cell into multilple cells.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Commands.RangeActionsCommand.MergeOption

    See Also