Krypton OutlookGrid Help
![]() | KryptonOutlookGridPreviousGroupRowIndex Method |
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)

public int PreviousGroupRowIndex( int currentRow )
Public Function PreviousGroupRowIndex ( currentRow As Integer ) As Integer
Parameters
- currentRow
- Type: SystemInt32
Current row index
Return Value
Type: Int32Index of the group row, -1 otherwise
