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


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
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

FpSpread Class
FpSpread Members

 

 


Copyright © GrapeCity, inc. All rights reserved.