Krypton OutlookGrid Help
![]() | OutlookGridRowNodeCollectionItem Property |
Gets the OutlookGridRow at the specified index.
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 OutlookGridRow this[ int index ] { get; }
Public ReadOnly Default Property Item ( index As Integer ) As OutlookGridRow Get
Parameters
- index
- Type: SystemInt32
The index.
Property Value
Type: OutlookGridRowThe OutlookGridRow.
Return Value
Type: OutlookGridRowThe IOutlookGridGroup.
