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

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

    Parameters

    row
    The row.
    col
    The column.
    See Also