[]
Gets a GridCellRange that specifies the merged extent of a cell.
public virtual GridCellRange GetMergedRange(GridCellType cellType, GridCellRange range)
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)
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 |