Xceed Toolkit Plus for WPF v4.6 Documentation
Exclude Method (SelectionRange)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > SelectionRange Structure : Exclude Method
A SelectionRange structure representing the data items to exclude
Excludes a range of data items from the selection.
Syntax
'Declaration
 
Public Function Exclude( _
   ByVal rangeToExclude As SelectionRange _
) As SelectionRange()
'Usage
 
Dim instance As SelectionRange
Dim rangeToExclude As SelectionRange
Dim value() As SelectionRange
 
value = instance.Exclude(rangeToExclude)

Parameters

rangeToExclude
A SelectionRange structure representing the data items to exclude

Return Value

A list of SelectionRange structures representing the new range.

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

Reference

SelectionRange Structure
SelectionRange Members