FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / AllowColumnMove Property
Example


AllowColumnMove Property
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

Property Value

Boolean: true to allow users to move a column; false to prohibit moving
Remarks

Moving columns is not supported in child sheets in hierarchical displays.

Example
This example removes a group item if it belongs to the collection.
See Also