Spread WPF Documentation
CanTouchMultiSelect Property (SheetView)
Example 


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
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.