Version

GetGroupedRow Method

Returns the grouped row for the given data row
Syntax
'Declaration
 
Public Function GetGroupedRow( _
   ByVal row As ContainerGridRecord _
) As GroupedRecord
public GroupedRecord GetGroupedRow( 
   ContainerGridRecord row
)

Parameters

row
The data row for which to find the grouped row.

Return Value

The grouped row to which the data row belongs, if the data row does not belong to any of the grouped rows in this collection of the collection does not have any grouped rows null is returned.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also