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