FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / RestrictRows Property


In This Topic
RestrictRows Property
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
See Also