Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / AllowSheetMove Property


In This Topic
AllowSheetMove Property (SpreadView)
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 SpreadView
Dim value As Boolean
 
instance.AllowSheetMove = value
 
value = instance.AllowSheetMove
See Also