OutlookGridGroupCollection.FindGroup Method

Krypton OutlookGrid

OutlookGridGroupCollectionFindGroup Method
Krypton OutlookGrid v1.6.0
Find a group by its value

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 FindGroup(
	Object value
)
Public Function FindGroup ( 
	value As Object
) As IOutlookGridGroup

Parameters

value
Type: SystemObject
The value of the group

Return Value

Type: IOutlookGridGroup
The IOutlookGridGroup.
See Also