Enum MergeType
Specifies the merge behavior to apply for a given range.
Namespace: Syncfusion.Blazor.Spreadsheet
Assembly: Syncfusion.Blazor.Spreadsheet.dll
Syntax
public enum MergeType
Remarks
Defines how cells are merged when invoking merge operations.
Fields
| Name | Description |
|---|---|
| Across | Merges across columns per row within the selection (no vertical merge). |
| Cells | Merges the full rectangular selection into one cell (both rows and columns). |
| Center | Merges cells and horizontally centers the content in the merged region (Merge & Center). |