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


In This Topic
AllowRowMove Property (FpSpread)
In This Topic
Gets or sets whether to allow the user to move rows.
Syntax
'Declaration
 
Public Property AllowRowMove As Boolean
 
'Usage
 
Dim instance As FpSpread
Dim value As Boolean
 
instance.AllowRowMove = value
 
value = instance.AllowRowMove
See Also