FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellRange Structure / CellRange Constructor / CellRange Constructor(Int32,Int32,Int32,Int32)
Index of the first row in the range.
Index of the last row in the range.
Index of the first column in the range.
Index of the last column in the range.

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

    Parameters

    row1
    Index of the first row in the range.
    col1
    Index of the last row in the range.
    row2
    Index of the first column in the range.
    col2
    Index of the last column in the range.
    See Also