Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / DefaultBehaviors Property


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

Property Value

The default behaviors of operations.
See Also