[]
Returns a range that is the union of both ranges.
public GridControlRange Union(GridControlRange range)
Type | Name | Description |
---|---|---|
GridControlRange | range | The range to unite with this range. |
Type | Description |
---|---|
GridControlRange |
The resulting range will contain both ranges entirely.