Gets or sets whether users are restricted from typing data in a row on this sheet that is more than one row beyond the last row that contains data.
public bool RestrictRows {get; set;}
'Declaration
Public Property RestrictRows As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.RestrictRows = value
value = instance.RestrictRows