In This Topic
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.
Syntax
'Declaration
Public Property RestrictRows As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.RestrictRows = value
value = instance.RestrictRows
public bool RestrictRows {get; set;}
See Also