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


In This Topic
Cancel Property (GroupingEventArgs)
In This Topic
Determines whether to cancel the grouping.
Syntax
'Declaration
 
Public Property Cancel As Boolean
 
'Usage
 
Dim instance As GroupingEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
See Also