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


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > SelectionCellRange Structure > SelectionCellRange Constructor : SelectionCellRange Constructor(Int32,Int32,Int32,Int32)
The index of the data item at the start of the range.
The index of the column at the start of the range.
The index of the data item at the end of the range.
The index of the column at the end of the range.
Initializes a new instance of the SelectionCellRange structure using the start and end of the provided data item and column indexes.
Syntax
'Declaration
 
Public Function New( _
   ByVal itemStartIndex As Integer, _
   ByVal columnStartIndex As Integer, _
   ByVal itemEndIndex As Integer, _
   ByVal columnEndIndex As Integer _
)
'Usage
 
Dim itemStartIndex As Integer
Dim columnStartIndex As Integer
Dim itemEndIndex As Integer
Dim columnEndIndex As Integer
 
Dim instance As New SelectionCellRange(itemStartIndex, columnStartIndex, itemEndIndex, columnEndIndex)
public SelectionCellRange( 
   int itemStartIndex,
   int columnStartIndex,
   int itemEndIndex,
   int columnEndIndex
)

Parameters

itemStartIndex
The index of the data item at the start of the range.
columnStartIndex
The index of the column at the start of the range.
itemEndIndex
The index of the data item at the end of the range.
columnEndIndex
The index of the column at the end of the 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