ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / RText.SelectionRange Structure / Intersect Method

In This Topic
    Intersect Method (RText.SelectionRange)
    In This Topic
    Returns intersection of current selection with another one
    Syntax
    'Declaration
     
    Public Function Intersect( _
       ByVal other As RText.SelectionRange _
    ) As RText.SelectionRange
    public RText.SelectionRange Intersect( 
       RText.SelectionRange other
    )

    Parameters

    other
    See Also