'Declaration Public Function NextActualVisibleRow( _ ByVal row As System.Integer _ ) As System.Integer
'Usage Dim instance As Worksheet Dim row As System.Integer Dim value As System.Integer value = instance.NextActualVisibleRow(row)
public System.int NextActualVisibleRow( System.int row )
Parameters
- row
- The index of the current row.
Return Value
The index of the next visible row.