Intersect Method

Intersect function

Returns a object that represents the rectangular intersection of two ranges.


func (instance *Range) Intersect(range_ *Range)  (*Range,  error) 

Remarks

See Also