Spread Silverlight Documentation
CanUserDragFill Property (SheetView)
Example 


GrapeCity.Windows.SpreadSheet.UI Namespace > SheetView Class : CanUserDragFill Property
Gets or sets whether to allow users to drag and fill a range.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property CanUserDragFill As System.Boolean
'Usage
 
Dim instance As SheetView
Dim value As System.Boolean
 
instance.CanUserDragFill = value
 
value = instance.CanUserDragFill
[System.ComponentModel.DefaultValue()]
public System.bool CanUserDragFill {get; set;}
Example
This example uses the CanUserDragFill property.
GcSpreadSheet1.View.CanUserDragDrop = true;
GcSpreadSheet1.View.CanUserDragFill = true;
GcSpreadSheet1.View.CanUserEditFormula = true;
GcSpreadSheet1.View.CanUserDragDrop = True
GcSpreadSheet1.View.CanUserDragFill = True
GcSpreadSheet1.View.CanUserEditFormula = True
See Also

Reference

SheetView Class
SheetView Members