Gets or sets whether to allow users to drag and fill a range.
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
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)