OutlookGridRowNodeCollection.IndexOf Method

Krypton OutlookGrid

OutlookGridRowNodeCollectionIndexOf Method
Krypton OutlookGrid v1.6.0
Gets the Index of a row

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 int IndexOf(
	OutlookGridRow row
)
Public Function IndexOf ( 
	row As OutlookGridRow
) As Integer

Parameters

row
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridRow
The OutlookGrid row.

Return Value

Type: Int32

[Missing <returns> documentation for "M:JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.OutlookGridRowNodeCollection.IndexOf(JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.OutlookGridRow)"]

See Also