KryptonOutlookGrid.PreviousGroupRowIndex Method

Krypton OutlookGrid

KryptonOutlookGridPreviousGroupRowIndex Method
Krypton OutlookGrid v1.6.0
Gets the index of the previous group row if any.

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 PreviousGroupRowIndex(
	int currentRow
)
Public Function PreviousGroupRowIndex ( 
	currentRow As Integer
) As Integer

Parameters

currentRow
Type: SystemInt32
Current row index

Return Value

Type: Int32
Index of the group row, -1 otherwise
See Also