Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AutoFilteringColumnEventArgs Class / Cancel Property


In This Topic
Cancel Property (AutoFilteringColumnEventArgs)
In This Topic
Gets or sets whether to cancel the default processing of automatically filtering columns.
Syntax
'Declaration
 
Public Property Cancel As Boolean
 
'Usage
 
Dim instance As AutoFilteringColumnEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
See Also