'Declaration
Public Enum RangeActionsCommand.MergeOption Inherits System.Enum
'Usage
Dim instance As RangeActionsCommand.MergeOption
public enum RangeActionsCommand.MergeOption : System.Enum
'Declaration
Public Enum RangeActionsCommand.MergeOption Inherits System.Enum
'Usage
Dim instance As RangeActionsCommand.MergeOption
public enum RangeActionsCommand.MergeOption : System.Enum
Member | Description |
---|---|
Merge | Merge selected cells into one cell. |
MergeAcross | Merge selected cells in the same row into one large cells. |
MergeCenter | Combine and center the contens of the selectd cells in a new large cell |
UnMerge | Split current cell into multilple cells. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Commands.RangeActionsCommand.MergeOption