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
public bool AllowSheetMove {get; set;}
See Also