AllowColumnMoveMultiple Property (FpSpread)
In This Topic
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;}
See Also