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

In This Topic
    GetCellRange Method (GroupRow)
    In This Topic
    Gets a CellRange object that contains all the rows in the group represented by this GroupRow and all columns.
    Syntax
    'Declaration
     
    Public Function GetCellRange() As CellRange
    public CellRange GetCellRange()

    Return Value

    A CellRange object containing all the rows in the group represented by this GroupRow and all columns.
    See Also