alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    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.

    • Cells - Merges the entire selected block into a single cell (standard merge).
    • Across - Merges each row in the selection across its columns independently (no vertical merging).
    • Center - Performs a merge and horizontally centers the value in the resulting merged region (Merge & Center).

    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).

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved