Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / PreviousDifferenceVisibleRow Method
The index of the current row.


In This Topic
PreviousDifferenceVisibleRow Method
In This Topic
Gets the previous different visible row.
Syntax
'Declaration
 
Public Function PreviousDifferenceVisibleRow( _
   ByVal row 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.
See Also