[]
Gets a GridCellRange that specifies the merged extent of a cell.
public virtual GridCellRange GetMergedRange(GridCellType cellType, GridCellRange range)
Public Overridable Function GetMergedRange(cellType As GridCellType, range As GridCellRange) As GridCellRange
| Type | Name | Description |
|---|---|---|
| GridCellType | cellType | Type of the cell. |
| GridCellRange | range | The range of the original cell. |
| Type | Description |
|---|---|
| GridCellRange |
Gets a GridCellRange that specifies the merged extent of a cell.
protected static GridCellRange GetMergedRange(GridPanel panel, GridCellRange extentRange, GridCellRange range, bool vertical = true, bool expand = false, bool mergeNullOrWhitespace = false)
Protected Shared Function GetMergedRange(panel As GridPanel, extentRange As GridCellRange, range As GridCellRange, Optional vertical As Boolean = True, Optional expand As Boolean = False, Optional mergeNullOrWhitespace As Boolean = False) As GridCellRange
| Type | Name | Description |
|---|---|---|
| GridPanel | panel | The panel to be merged. |
| GridCellRange | extentRange | The range which limits the zone to look for. |
| GridCellRange | range | The range inside the panel. |
| bool | vertical | if set to |
| bool | expand | if set to |
| bool | mergeNullOrWhitespace | When set to false (default), the cells whose text is empty or null will not be merged. |
| Type | Description |
|---|---|
| GridCellRange |