Spread Windows Forms 15.0
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
    public Behaviors DefaultBehaviors {get; set;}

    Property Value

    The default behaviors of operations.
    See Also