\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List Namespace / Split.CellRange Structure / Split.CellRange Constructor / Split.CellRange Constructor(Int32,Int32)

In This Topic
    Split.CellRange Constructor(Int32,Int32)
    In This Topic
    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
    col
    See Also