'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Determines whether various workbook edit commands can be executed with the keyboard.")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property AllowEditCommands As System.Boolean
'Usage
Dim instance As WorkbookView Dim value As System.Boolean instance.AllowEditCommands = value value = instance.AllowEditCommands
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Determines whether various workbook edit commands can be executed with the keyboard.")] [System.ComponentModel.DefaultValue(true)] public System.bool AllowEditCommands {get; set;}