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