Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IGroupSupport2 Interface / SuspendGrouping Property


In This Topic
SuspendGrouping Property (IGroupSupport2)
In This Topic
Gets or sets whether the grouping is suspended.
Syntax
'Declaration
 
Property SuspendGrouping As Boolean
 
'Usage
 
Dim instance As IGroupSupport2
Dim value As Boolean
 
instance.SuspendGrouping = value
 
value = instance.SuspendGrouping
See Also