Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / AllowColumnMove Property


In This Topic
AllowColumnMove Property (SpreadView)
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 SpreadView
Dim value As Boolean
 
instance.AllowColumnMove = value
 
value = instance.AllowColumnMove
See Also