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