Spread for ASP.NET 12 Product Documentation
AllowColumnMove Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : 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
public bool AllowColumnMove {get; set;}
See Also

Reference

SheetView Class
SheetView Members