WinUI | ComponentOne
C1.WinUI.GridControl Assembly / C1.WinUI.Grid Namespace / GridControlRange Class / GridControlRange Constructor / GridControlRange Constructor(Int32,Int32)
The row.
The column.
In This Topic
    GridControlRange Constructor(Int32,Int32)
    In This Topic
    Initializes a new instance of GridControlRange from a single cell specified by row and column.
    Syntax
    public GridControlRange( 
       int row,
       int column
    )

    Parameters

    row
    The row.
    column
    The column.
    See Also