ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid 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 Integer, _
       ByVal leftCol As Integer, _
       ByVal bottomRow As Integer, _
       ByVal rightCol As Integer _
    ) As C1.Win.FlexGrid.CellRange
    public C1.Win.FlexGrid.CellRange GetCellRange( 
       int topRow,
       int leftCol,
       int bottomRow,
       int rightCol
    )

    Parameters

    topRow
    leftCol
    bottomRow
    rightCol
    See Also