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