Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Behaviors Property


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

    Property Value

    A Behaviors value represents the behaviors of operations.
    See Also