Xceed Toolkit Plus for WPF v4.6 Documentation
SelectionCellRange Constructor(Int32,Int32)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > SelectionCellRange Structure > SelectionCellRange Constructor : SelectionCellRange Constructor(Int32,Int32)
The item index to use.
The column index to use.
Initializes a new instance of the SelectionCellRange structure using the provided data item and column indexes.
Syntax
'Declaration
 
Public Function New( _
   ByVal itemIndex As Integer, _
   ByVal columnIndex As Integer _
)
'Usage
 
Dim itemIndex As Integer
Dim columnIndex As Integer
 
Dim instance As New SelectionCellRange(itemIndex, columnIndex)
public SelectionCellRange( 
   int itemIndex,
   int columnIndex
)

Parameters

itemIndex
The item index to use.
columnIndex
The column index to use.
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