True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid Namespace / Split.CellRange Structure / Split.CellRange Constructor / Split.CellRange Constructor(Int32,Int32)
The row.
The col.

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

    Parameters

    row
    The row.
    col
    The col.
    See Also