Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1TableView Class / GetCellRange Method / GetCellRange(Int32,Int32,Int32,Int32) Method

In This Topic
    GetCellRange(Int32,Int32,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetCellRange( _
       ByVal topRow As System.Integer, _
       ByVal leftCol As System.Integer, _
       ByVal bottomRow As System.Integer, _
       ByVal rightCol As System.Integer _
    ) As C1.Win.C1FlexGrid.CellRange
    public C1.Win.C1FlexGrid.CellRange GetCellRange( 
       System.int topRow,
       System.int leftCol,
       System.int bottomRow,
       System.int rightCol
    )

    Parameters

    topRow
    leftCol
    bottomRow
    rightCol
    See Also