[]
[CLSCompliant(false)]
public Reference IntersectWith(ref Reference range)
<CLSCompliant(False)>
Public Function IntersectWith(ByRef range As Reference) As Reference
Type | Name | Description |
---|---|---|
Reference | range | The Reference range to intersect with. |
Type | Description |
---|---|
Reference | A Reference range represents the intersected Reference range. |
Make sure that all rows and columns are all absolute or relative.
public Reference IntersectWith(Reference range)
Public Function IntersectWith(range As Reference) As Reference
Type | Name | Description |
---|---|---|
Reference | range | The Reference range to intersect with. |
Type | Description |
---|---|
Reference | A Reference range represents the intersected Reference range. |
Make sure that all rows and columns are all absolute or relative.