Xceed DataGrid for WPF v7.2 Documentation
SelectionCellRange Constructor(SelectionRange,SelectionRange)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > SelectionCellRange Structure > SelectionCellRange Constructor : SelectionCellRange Constructor(SelectionRange,SelectionRange)
A SelectionRange object representing the item range.
A SelectionRange object representing the column range.
Initializes a new instance of the SelectionCellRange structure using the provided SelectionRange structures.
Syntax
'Declaration
 
Public Function New( _
   ByVal itemRange As SelectionRange, _
   ByVal columnRange As SelectionRange _
)
'Usage
 
Dim itemRange As SelectionRange
Dim columnRange As SelectionRange
 
Dim instance As New SelectionCellRange(itemRange, columnRange)
public SelectionCellRange( 
   SelectionRange itemRange,
   SelectionRange columnRange
)

Parameters

itemRange
A SelectionRange object representing the item range.
columnRange
A SelectionRange object representing the column 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

SelectionCellRange Structure
SelectionCellRange Members
Overload List