Visual Basic (Declaration) | |
---|---|
Public Property AllowColumnMoveMultiple As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As FpSpread Dim value As Boolean instance.AllowColumnMoveMultiple = value value = instance.AllowColumnMoveMultiple |
C# | |
---|---|
public bool AllowColumnMoveMultiple {get; set;} |
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.
This example sets the AllowColumnMoveMultiple property.
C# | Copy Code |
---|---|
fpSpread1.AllowColumnMove = true; fpSpread1.AllowColumnMoveMultiple = true; |
Visual Basic | Copy Code |
---|---|
FpSpread1.AllowColumnMove = True FpSpread1.AllowColumnMoveMultiple = True |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2