Gets or sets whether to allow the user to move columns.
Syntax
'Declaration
Public Property AllowColumnMove As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.AllowColumnMove = value
value = instance.AllowColumnMove
public bool AllowColumnMove {get; set;}
See Also