GetActiveRowViewportIndex Method (Worksheet)
In This Topic
Gets the index of the active row viewport.
Syntax
'Declaration
Public Function GetActiveRowViewportIndex() As Integer
'Usage
Dim instance As Worksheet
Dim value As Integer
value = instance.GetActiveRowViewportIndex()
public int GetActiveRowViewportIndex()
Return Value
The index of the active row viewport.
Example
This example uses the GetActiveRowViewportIndex method.
See Also