Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / SelectionRange Structure / Intersect Method
The SelectionRange instance used to find the intersection.


In This Topic
    Intersect Method (SelectionRange)
    In This Topic
    Returns the intersection of the passed SelectionRange and the caller.
    Syntax
    'Declaration
     
    Public Function Intersect( _
       ByVal range As SelectionRange _
    ) As SelectionRange
    'Usage
     
    Dim instance As SelectionRange
    Dim range As SelectionRange
    Dim value As SelectionRange
     
    value = instance.Intersect(range)
    public SelectionRange Intersect( 
       SelectionRange range
    )

    Parameters

    range
    The SelectionRange instance used to find the intersection.

    Return Value

    A SelectionRange object representing the intersection of range and the caller.
    Requirements

    Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also