FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / AllowSheetMove Property


In This Topic
AllowSheetMove Property (FpSpread)
In This Topic
Gets or sets whether sheets can be moved by dragging and dropping the sheet tab.
Syntax
'Declaration
 
Public Property AllowSheetMove As Boolean
 
'Usage
 
Dim instance As FpSpread
Dim value As Boolean
 
instance.AllowSheetMove = value
 
value = instance.AllowSheetMove
See Also