Gets a CellRange that represents the union of this range
with a given range.
Namespace:
C1.Phone.FlexGridAssembly: C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)
Syntax
C# |
---|
public CellRange Union( CellRange range ) |
Visual Basic |
---|
Public Function Union ( _ range As CellRange _ ) As CellRange |
Parameters
- range
- Type: C1.Phone.FlexGrid..::..CellRange
CellRange to join with this range.