Spread Silverlight Documentation
CanTouchMultiSelect Property (SheetView)
Example 


GrapeCity.Windows.SpreadSheet.UI Namespace > SheetView Class : CanTouchMultiSelect Property
Indicates whether the user can select multiple ranges by touch.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property CanTouchMultiSelect As System.Boolean
'Usage
 
Dim instance As SheetView
Dim value As System.Boolean
 
instance.CanTouchMultiSelect = value
 
value = instance.CanTouchMultiSelect
[System.ComponentModel.DefaultValue()]
public System.bool CanTouchMultiSelect {get; set;}
Example
This example uses the CanTouchMultiSelect property.
GcSpreadSheet1.View.CanCellOverflow = true;
GcSpreadSheet1.View.CanEditOverflow = true;
GcSpreadSheet1.View.CanTouchMultiSelect = true;
GcSpreadSheet1.View.CanCellOverflow = True
GcSpreadSheet1.View.CanEditOverflow = True
GcSpreadSheet1.View.CanTouchMultiSelect = True
See Also

Reference

SheetView Class
SheetView Members