OutlookGridGroupCollection.Item Property

Krypton OutlookGrid

OutlookGridGroupCollectionItem Property
Krypton OutlookGrid v1.6.0
Gets the Group object

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 IOutlookGridGroup this[
	int index
] { get; }
Public ReadOnly Default Property Item ( 
	index As Integer
) As IOutlookGridGroup
	Get

Parameters

index
Type: SystemInt32
Index in the list of groups.

Property Value

Type: IOutlookGridGroup

[Missing <value> documentation for "P:JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.OutlookGridGroupCollection.Item(System.Int32)"]

Return Value

Type: IOutlookGridGroup
The IOutlookGridGroup.
See Also