FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellRange Class / GridCellRange Constructor / GridCellRange Constructor(Int32,Int32,Int32,Int32)
The upper row.
The left most column.
The bottom row.
The right most column.

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

    Parameters

    row1
    The upper row.
    col1
    The left most column.
    row2
    The bottom row.
    col2
    The right most column.
    See Also