PreviousDifferenceVisibleRow Method
Gets the previous different visible row.
public int PreviousDifferenceVisibleRow(
int
)
'Declaration
Public Function PreviousDifferenceVisibleRow( _
ByVal As Integer _
) As Integer
'Usage
Dim instance As LayoutManager
Dim row As Integer
Dim value As Integer
value = instance.PreviousDifferenceVisibleRow(row)
Parameters
- row
- The index of the current row.
Return Value
An integer value represents the index of next different visible row.