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