Gets or sets whether to allow the user to move columns.
public bool AllowColumnMove {get; set;}
'Declaration
Public Property AllowColumnMove As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.AllowColumnMove = value
value = instance.AllowColumnMove
Property Value
Boolean:
true to allow users to move a column;
false to prohibit moving
This example removes a group item if it belongs to the collection.