Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / Behaviors Property


In This Topic
    Behaviors Property (Worksheet)
    In This Topic
    Gets or sets the behaviors of operations.
    Syntax
    'Declaration
     
    
    Public Property Behaviors As Behaviors
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As Behaviors
     
    instance.Behaviors = value
     
    value = instance.Behaviors
    public Behaviors Behaviors {get; set;}

    Property Value

    A Behaviors value represents the behaviors of operations.
    See Also