ActiveRowIndex Property (SheetView)
Gets or sets the row index of the active cell on the sheet.
public int ActiveRowIndex {get; set;}
'Declaration
Public Property ActiveRowIndex As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
instance.ActiveRowIndex = value
value = instance.ActiveRowIndex