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