Krypton OutlookGrid Help
![]() | KryptonOutlookGridGetSubRows Method |
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)

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: ListOutlookGridRowA list of OutlookGridRows
