Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbookSet Interface / DefaultBehaviors Property


In This Topic
DefaultBehaviors Property (IWorkbookSet)
In This Topic
Gets or sets the default behaviors of operations.
Syntax
'Declaration
 
Property DefaultBehaviors As Behaviors
 
'Usage
 
Dim instance As IWorkbookSet
Dim value As Behaviors
 
instance.DefaultBehaviors = value
 
value = instance.DefaultBehaviors

Property Value

The default behaviors of operations.
See Also