Spread Windows Forms 8.0 Product Documentation
AllowColumnMove Property (FpSpread)
Example 


Gets or sets whether to allow the user to move columns.
Syntax
'Declaration
 
Public Property AllowColumnMove As Boolean
'Usage
 
Dim instance As FpSpread
Dim value As Boolean
 
instance.AllowColumnMove = value
 
value = instance.AllowColumnMove
public bool AllowColumnMove {get; set;}

Property Value

Boolean: true to allow the user to move columns; false otherwise
Remarks
Select a column and then drag to the new location.
Example
The example sets the AllowColumnMove property.
fpSpread1.AllowColumnMove =true;

fpSpread1.AllowRowMove=true;
FpSpread1.AllowColumnMove = True

FpSpread1.AllowRowMove = True
Requirements

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

See Also

Reference

FpSpread Class
FpSpread Members

User-Task Documentation

Allowing the Moving of Rows and Columns

 

 


Copyright © GrapeCity, inc. All rights reserved.