FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetTabDoubleClickEventArgs Class / Cancel Property


In This Topic
Cancel Property (SheetTabDoubleClickEventArgs)
In This Topic
Gets or sets whether to cancel the default action (in-place editing).
Syntax
'Declaration
 
Public Property Cancel As Boolean
 
'Usage
 
Dim instance As SheetTabDoubleClickEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
See Also