Spread WPF 18
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
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public Behaviors Behaviors {get; set;}

    Property Value

    A Behaviors value represents the behaviors of operations.
    See Also