AllowSheetMove Property (FpSpread)
Gets or sets whether sheets can be moved by dragging and dropping the sheet tab.
public bool AllowSheetMove {get; set;}
'Declaration
Public Property AllowSheetMove As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.AllowSheetMove = value
value = instance.AllowSheetMove