GetMergedRange(GridPanel,GridCellRange,GridCellRange,Boolean,Boolean,Boolean) Method
In This Topic
Gets a
GridCellRange that specifies the merged extent of a cell.
Syntax
Parameters
- panel
- The panel to be merged.
- extentRange
- The range which limits the zone to look for.
- range
- The range inside the panel.
- vertical
- if set to
true
the merge will be performed vertically, otherwise horizontally. - expand
- if set to
true
the merge algorithm can expand to adjacent columns or rows depending on the direction. - mergeNullOrWhitespace
- When set to false (default), the cells whose text is empty or null will not be merged.
See Also