FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / RowWithDetails Class / GetCellRange Method

In This Topic
    GetCellRange Method (RowWithDetails)
    In This Topic
    Gets a CellRange object that contains both this and detail row and all columns.
    Syntax
    'Declaration
     
    Public Function GetCellRange() As CellRange
    public CellRange GetCellRange()

    Return Value

    A CellRange object containing this and detail row and all columns.
    See Also