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

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

    Parameters

    row
    The row.
    See Also