Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / RangeActionsCommand.MergeOption Enumeration


RangeActionsCommand.MergeOption Enumeration
Indicates which merge type will be performed.
Syntax
'Declaration
 
Public Enum RangeActionsCommand.MergeOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As RangeActionsCommand.MergeOption
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