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