PreviousActualVisibleRow Method
In This Topic
Gets the index of the previous visible row from the current row.
Syntax
'Declaration
Public Function PreviousActualVisibleRow( _
ByVal As Integer _
) As Integer
'Usage
Dim instance As Worksheet
Dim row As Integer
Dim value As Integer
value = instance.PreviousActualVisibleRow(row)
public int PreviousActualVisibleRow(
int
)
Parameters
- row
- The index of the current row.
Return Value
The index of the previous visible row.
See Also