Spread Windows Forms 6.0 Product Documentation
AllowColumnMoveMultiple Property
See Also  Example Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : AllowColumnMoveMultiple Property


Glossary Item Box

Gets or sets whether to allow the user to move multiple columns.

Syntax

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;}

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.
C#Copy Code
fpSpread1.AllowColumnMove = true;
fpSpread1.AllowColumnMoveMultiple = true;
Visual BasicCopy Code
FpSpread1.AllowColumnMove = True
FpSpread1.AllowColumnMoveMultiple = True

Requirements

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

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.