Method Union
| Improve this Doc View SourceUnion(GridRange)
Creates a new range defined as the union of this and the specified range.
Declaration
public GridRange Union(GridRange gridRange)
Parameters
| Type | Name | Description |
|---|---|---|
| GridRange | gridRange | The specified range. |
Returns
| Type | Description |
|---|---|
| GridRange | The new range. |