Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / CanTouchMultiSelect Property


In This Topic
    CanTouchMultiSelect Property (GcSpreadSheet)
    In This Topic
    Indicates whether the user can select multiple ranges by touch.
    Syntax
    'Declaration
     
    <CategoryAttribute("Spread Workbook")>
    <DefaultValueAttribute(False)>
    Public Property CanTouchMultiSelect As Boolean
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Boolean
     
    instance.CanTouchMultiSelect = value
     
    value = instance.CanTouchMultiSelect
    [Category("Spread Workbook")]
    [DefaultValue(false)]
    public bool CanTouchMultiSelect {get; set;}
    See Also