Xceed Toolkit Plus for WPF v5.0 Documentation
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.


    SelectionCellRange Constructor(SelectionRange,SelectionRange)
    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)

    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