Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Reference Structure / Overlaps Method / Overlaps(Reference) Method
The range reference.


In This Topic
    Overlaps(Reference) Method
    In This Topic
    Determines whether this reference overlaps the specified range.
    Syntax
    'Declaration
     
    
    Public Overloads Function Overlaps( _
       ByVal reference As Reference _
    ) As Boolean
    'Usage
     
    
    Dim instance As Reference
    Dim reference As Reference
    Dim value As Boolean
     
    value = instance.Overlaps(reference)
    public bool Overlaps( 
       Reference reference
    )

    Parameters

    reference
    The range reference.

    Return Value

    true if the specified row is overlapped; otherwise, false.
    See Also