FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / C1FlexGridBase Class / GetCellRange Method / GetCellRange(Int32,Int32) Method
Row index.
Column index.

In This Topic
    GetCellRange(Int32,Int32) Method
    In This Topic
    Gets a CellRange object that can be used to format and manipulate a cell.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetCellRange( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As CellRange
    public CellRange GetCellRange( 
       int row,
       int col
    )

    Parameters

    row
    Row index.
    col
    Column index.

    Return Value

    A CellRange object that can be used to format and manipulate the cell.
    See Also