GrapeCity.Wpf.SpreadSheet Namespace / SheetInfo Class / Behaviors Property


In This Topic
Behaviors Property (SheetInfo)
In This Topic
Gets or sets the behaviors of operations.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property Behaviors As Behaviors
 
'Usage
 
Dim instance As SheetInfo
Dim value As Behaviors
 
instance.Behaviors = value
 
value = instance.Behaviors

Property Value

A Behaviors value represents the behaviors of operations.
See Also