KryptonOutlookGrid.GetSubRows Method

Krypton OutlookGrid

KryptonOutlookGridGetSubRows Method
Krypton OutlookGrid v1.6.0
Gets all the subrows of a grouprow (recursive)

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public List<OutlookGridRow> GetSubRows(
	ref List<OutlookGridRow> list,
	IOutlookGridGroup grouprow
)
Public Function GetSubRows ( 
	ByRef list As List(Of OutlookGridRow),
	grouprow As IOutlookGridGroup
) As List(Of OutlookGridRow)

Parameters

list
Type: System.Collections.GenericListOutlookGridRow
The result list of OutlookGridRows
grouprow
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridIOutlookGridGroup
The IOutlookGridGroup that contains rows to inspect.

Return Value

Type: ListOutlookGridRow
A list of OutlookGridRows
See Also