Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetDragMovingEventArgs Class / Restrict Property


In This Topic
Restrict Property
In This Topic
Gets or sets whether to allow the sheet to be moved to the ToSheetIndex location.
Syntax
'Declaration
 
Public Property Restrict As Boolean
 
'Usage
 
Dim instance As SheetDragMovingEventArgs
Dim value As Boolean
 
instance.Restrict = value
 
value = instance.Restrict
See Also