Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / AllowRowMoveMultiple Property


In This Topic
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
See Also