Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IRange Interface / Intersect Method
In This Topic
    Intersect Method
    In This Topic
    Returns an IRange object that represents the intersection of two ranges.

    If range2 is from a different worksheet, an exception is thrown.
    Overload List
    OverloadDescription
    Returns an IRange object that represents the intersection of two ranges.

    If range2 is from a different worksheet, an exception is thrown.  
    Returns an IRange object that represents the intersection of several ranges.

    If one or more ranges from a different worksheet are specified, an exception is thrown.  
    See Also