MergeType
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Enum
public enum MergeType extends Enum<MergeType>
Enumerates the type of cell merge.
| Field | Description |
|---|---|
| NONE | Indicates that the cell does not merge. |
| HORIZONTAL | Indicates that the cell merges along the row. |
| VERTICAL | Indicates that the cell merges along the column. |
| RANGE | Indicates that the cell merges along the row and column, creating an area. |
| Method | Description |
|---|---|
| values() | |
| valueOf(String name) |
public static final MergeType NONE
Indicates that the cell does not merge.
public static final MergeType HORIZONTAL
Indicates that the cell merges along the row.
public static final MergeType VERTICAL
Indicates that the cell merges along the column.
public static final MergeType RANGE
Indicates that the cell merges along the row and column, creating an area.
public static MergeType[] values()
Returns: com.groupdocs.comparison.cells.style.MergeType[]
public static MergeType valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: MergeType
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.