AllowRowMoveMultiple Property (FpSpread)
In This Topic
Gets or sets whether to allow the user to move multiple rows.
Syntax
'Declaration
Public Property AllowRowMoveMultiple As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.AllowRowMoveMultiple = value
value = instance.AllowRowMoveMultiple
public bool AllowRowMoveMultiple {get; set;}
See Also