True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / Split.CellRange Structure / Split.CellRange Constructor / Split.CellRange Constructor(Int32,Int32,Int32,Int32)
The row1.
The col1.
The row2.
The col2.

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

    Parameters

    row1
    The row1.
    col1
    The col1.
    row2
    The row2.
    col2
    The col2.
    See Also