Gets a CellRange object that contains all the rows in the group represented by this GroupRow and all columns.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public CellRange GetCellRange()
Visual Basic
Public Function GetCellRange As CellRange

Return Value

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

See Also