FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / Node Class / GetCellRange Method

In This Topic
    GetCellRange Method (Node)
    In This Topic
    Returns a CellRange object containing this row and all its child rows.
    Syntax
    'Declaration
     
    
    Public Function GetCellRange() As CellRange
    public CellRange GetCellRange()

    Return Value

    A CellRange object containing this row and all its child rows.
    Remarks
    The CellRange object returned includes all columns.
    See Also