FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlRange Class / GridControlRange Constructor / GridControlRange Constructor(Int32,Int32,Int32,Int32)
The starting row.
The starting column.
The number of rows.
The number of columns.

In This Topic
    GridControlRange Constructor(Int32,Int32,Int32,Int32)
    In This Topic
    Initializes a new instance of GridControlRange.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal rowsCount As Integer, _
       ByVal columnsCount As Integer _
    )
    public GridControlRange( 
       int row,
       int column,
       int rowsCount,
       int columnsCount
    )

    Parameters

    row
    The starting row.
    column
    The starting column.
    rowsCount
    The number of rows.
    columnsCount
    The number of columns.
    See Also