WinUI | ComponentOne
C1.WinUI.GridControl Assembly / C1.WinUI.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
    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