[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.MergePolicy

MergePolicy Enum

Specifies how the control handles automatic merging of cells based on the values in the cells.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum MergePolicy : byte
Public Enum MergePolicy As Byte

Fields

Name Description
Always

Always automatically merges neighboring cells with identical values.

None

Never automatically merges cells.

Restricted

Automatically merges neighboring cells with identical values if the corresponding cells in another row or column are similarly merged.