Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbookSet Interface / DefaultBehaviors Property


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

    Property Value

    The default behaviors of operations.
    See Also