Version 1
Common Interface ICellMergingSettings GrapeCity DataViewsJS Interface

ICellMergingSettings Interface

Defines how to merge grid cells

Heirarchy

  • ICellMergingSettings

Properties

Optional alwaysShowText

alwaysShowText: boolean

Specifies whether show the merged cell text in the view. Default value is false

Optional groupedColumn

groupedColumn: Object

Specifies settings for grouped column

Optional mode

mode: CellMergingMode

Specifies cell merging mode. There are two modes 'restrict' and 'free'. If the mode is 'restrict', current column auto merge area will be restricted by previous column. Default mode is 'restrict'

Optional onlyShowFirstRow

onlyShowFirstRow: boolean

Specifies whether show the merged cell value only in the first row. Default value is false