FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.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
    'Declaration
     
    Public Function New( _
       ByVal row As Integer, _
       ByVal column As Integer _
    )
    public GridControlRange( 
       int row,
       int column
    )

    Parameters

    row
    The row.
    column
    The column.
    See Also