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 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8