OutlookGridRowNodeCollection.Item Property

Krypton OutlookGrid

OutlookGridRowNodeCollectionItem Property
Krypton OutlookGrid v1.6.0
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)
Syntax
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: OutlookGridRow
The OutlookGridRow.

Return Value

Type: OutlookGridRow
The IOutlookGridGroup.
See Also