Visual Basic (Declaration) | |
---|---|
Public Property AllowColumnMoveMultiple As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
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# | ![]() |
---|---|
fpSpread1.AllowColumnMove = true; fpSpread1.AllowColumnMoveMultiple = true; |
Visual Basic | ![]() |
---|---|
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