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

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

    Parameters

    row
    Index of the cell row.
    col
    Index of the cell column.
    See Also