Spread Windows Forms 12.0 Product Documentation
AllowColumnMove Property (FpSpread)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread 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 FpSpread
Dim value As Boolean
 
instance.AllowColumnMove = value
 
value = instance.AllowColumnMove
public bool AllowColumnMove {get; set;}

Property Value

Boolean: true to allow the user to move columns; false otherwise
Remarks
Select a column and then drag to the new location.
Example
The example sets the AllowColumnMove property.
fpSpread1.AllowColumnMove =true;

fpSpread1.AllowRowMove=true;
FpSpread1.AllowColumnMove = True

FpSpread1.AllowRowMove = True
See Also

Reference

FpSpread Class
FpSpread Members

User-Task Documentation

Allowing the Moving of Rows and Columns