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


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > SelectionRange Structure > SelectionRange Constructor : SelectionRange Constructor(Int32,Int32)
The start index to use.
The end index to use.
Initializes a new instance of the SelectionCellRange structure using the provided start and end indexes.
Syntax
'Declaration
 
Public Function New( _

   ByVal startIndex As Integer, _

   ByVal endIndex As Integer _

)
'Usage
 
Dim startIndex As Integer

Dim endIndex As Integer

 

Dim instance As New SelectionRange(startIndex, endIndex)
public SelectionRange( 

   int startIndex,

   int endIndex

)

Parameters

startIndex
The start index to use.
endIndex
The end 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

SelectionRange Structure
SelectionRange Members
Overload List