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


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : AllowColumnMoveMultiple Property
Gets or sets whether to allow the user to move multiple columns.
Syntax
'Declaration
 
Public Property AllowColumnMoveMultiple As Boolean
'Usage
 
Dim instance As FpSpread
Dim value As Boolean
 
instance.AllowColumnMoveMultiple = value
 
value = instance.AllowColumnMoveMultiple
public bool AllowColumnMoveMultiple {get; set;}
Remarks
Click the column or row header to select it. Select multiple columns or rows by holding down the mouse button and moving over other headers.  After the selection is made, you can click and drag a selected header to start the move.
Example
This example sets the AllowColumnMoveMultiple property.
fpSpread1.AllowColumnMove = true;
fpSpread1.AllowColumnMoveMultiple = true;
FpSpread1.AllowColumnMove = True
FpSpread1.AllowColumnMoveMultiple = True
See Also

Reference

FpSpread Class
FpSpread Members