'Declaration <System.ComponentModel.CategoryAttribute("Spread Workbook")> <System.ComponentModel.DefaultValueAttribute()> Public Property CanTouchMultiSelect As System.Boolean
'Usage Dim instance As GcSpreadSheet Dim value As System.Boolean instance.CanTouchMultiSelect = value value = instance.CanTouchMultiSelect
[System.ComponentModel.Category("Spread Workbook")] [System.ComponentModel.DefaultValue()] public System.bool CanTouchMultiSelect {get; set;}