Gets or sets the row with the cell that is being edited.
Syntax
'Declaration
Public Property EditRow As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
instance.EditRow = value
value = instance.EditRow
public int EditRow {get; set;}
See Also