GrapeCity.Xaml.SpreadSheet.UI
CanUserDragDrop Property (GcSpreadSheet)
Example 


Gets or sets whether to allow the user to drag and drop cell range data to another range.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute()>
Public Property CanUserDragDrop As Boolean
'Usage
 
Dim instance As GcSpreadSheet
Dim value As Boolean
 
instance.CanUserDragDrop = value
 
value = instance.CanUserDragDrop
[DefaultValue()]
[Category()]
public bool CanUserDragDrop {get; set;}
Example
This example sets the CanUserDragDrop property.
gcSpreadSheet1.CanUserDragDrop = true;
GcSpreadSheet1.CanUserDragDrop = True
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options