Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / ListViewItemRange Class / ListViewItemRange Constructor / ListViewItemRange Constructor(Int32,Int32)
The row.
The row2.

In This Topic
    ListViewItemRange Constructor(Int32,Int32)
    In This Topic
    Initializes a new instance of the ListViewItemRange class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal row As Integer, _
       ByVal row2 As Integer _
    )
    public ListViewItemRange( 
       int row,
       int row2
    )

    Parameters

    row
    The row.
    row2
    The row2.
    See Also